ericwoodruff / passwordhasherplus

Password Hasher Plus
http://goo.gl/LyLk3
Other
12 stars 21 forks source link

Enable sync of local storage to cloud #4

Open ericwoodruff opened 12 years ago

ericwoodruff commented 12 years ago

http://stackoverflow.com/questions/4213882/how-to-sync-chrome-extension-options

ericwoodruff commented 12 years ago

http://code.google.com/p/chromium/issues/detail?id=47327

squizzeak commented 12 years ago

I use sugarsync directly on the Local Storage directory in my profile for this exact purpose, works like a charm.

ericwoodruff commented 12 years ago

What about when changes happen in two different browsers before either sync occurs? It seems like there is a small window for data loss since that kind of syncing doesn't know how to merge the databases.

squizzeak commented 12 years ago

When that happens (rarely, as I don't often use chrome on both computers simultaneously, and when I do, they have network access), then the conflict has to be manually resolved.. not a new problem, certainly!