Open rockacola opened 6 years ago
This is totally possible, we could serialize the localStorage object and have a couple of buttons to import and export. I wouldn't want to "cloudify" this feature and host tags in any way. It'd be nice to have an options page for the extension instead of adding this to the user profile.
I have previously attempted to poke around *.localstorage
files in Chrome extension directory and treat it as SQLite file. I can reach ItemTable
and find usernames as key
, but unable to make sense if its payload.
Is it possible to export tags and to be imported into another browser/workstation?