synox / mark-as-done-extension

Mark any page as Done

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for cloud storage

synox opened this issue · comments

To sync multiple browsers, also between firefox and chrome.

Open questions:

  • Which storage provider? It has to be simple, ideally no server needed.
  • Which authentication? I prefer none, maybe just use an shared url.
commented

Maybe have a look at the storage area storage.sync, using Chrome's native browser sync feature for simplicity.

The quota is pretty small though...

Possible cloud / sheet providers, that the user can control themselves:

Or maybe sync with a local file that can then be synced with dropbox or gdrive.

more options:

Or maybe sync with a local file that can then be synced with dropbox or gdrive.

To start this option is very good we can sync the file using any cloud storage that we want.