tabsMonster
tabsMonster copied to clipboard
Sync between browsers
Is your feature request related to a problem? Please describe. I often change browsers and loose all the data.
Describe the solution you'd like A sync feature so that the data is synced between browsers
Describe alternatives you've considered None but there are many ways the sync part can be implemented -
- Some browsers have a sync browser API that can be used to keep it in sync for that specific browser. However no data can be synced between browsers
- Full blown authentication and account management and stuff but this seems overkill to me
- Data can be stored on a database mapped to a secret key and one can enter the secret key on the new browser and the data gets synced (I have seen Deta being used in this project so that will be a viable option as it is completely free)
Additional context None