TeamCHK / yubaba

Chrome extension that generates article summaries using NLP
2 stars 0 forks source link

Update chrome extension to make api calls to AWS Lambda using current URL #21

Closed sungho-cho closed 2 years ago

sungho-cho commented 2 years ago

Updates:

sungho-cho commented 2 years ago

@chorongi Because, in the future, we might want to make API calls on page load from the content script (without pop up). For instance, users could see automatically generated summary on certain websites (e.g. CNN, Medium, etc.). In that case, we could utilize the wretch call that's already implemented in the background script.