You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On extension load (bg.js) , fetch all pages that user has highlighted.
Then only when the url has been highlighted, send request for getting highlights.
Provide a sync option in extension to sync list of pages highlighted. Since user is assumed to be single, there is no ambiguity here.
This will also optimize google search highlighting. No need to fetch everytime.
The text was updated successfully, but these errors were encountered:
On extension load (bg.js) , fetch all pages that user has highlighted.
Then only when the url has been highlighted, send request for getting highlights.
Provide a sync option in extension to sync list of pages highlighted. Since user is assumed to be single, there is no ambiguity here.
This will also optimize google search highlighting. No need to fetch everytime.
The text was updated successfully, but these errors were encountered: