Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Chrome extension #1

Open
samdark opened this issue Aug 6, 2020 · 0 comments
Open

Implement Chrome extension #1

samdark opened this issue Aug 6, 2020 · 0 comments
Assignees

Comments

@samdark
Copy link
Member

samdark commented Aug 6, 2020

The main action of the extension is to toggle "suggest to digest" state of the current opened browser tab.

  1. It should automatically register a user account via API in case there's no token in local storage and store token that is received in response.
  2. It should display grey icon if page is not within the database for current user.
  3. It should display green icon if page is within database for current user.
  4. Pressing grey icon takes current browser URL and submits it to API along with token.
  5. Pressing green icon submits DELETE request for current browser URL along with token.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants