HNES icon indicating copy to clipboard operation
HNES copied to clipboard

Export tags

Open rockacola opened this issue 7 years ago • 2 comments

Is it possible to export tags and to be imported into another browser/workstation?

rockacola avatar Apr 02 '18 23:04 rockacola

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.

etcet avatar Apr 04 '18 00:04 etcet

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.

rockacola avatar Apr 04 '18 04:04 rockacola