mywot / chrome

WOT's Chrome extension
http://www.mywot.com/wiki/Chrome
GNU General Public License v3.0
8 stars 7 forks source link

Use the storage API instead of local storage #55

Open samitolvanen opened 12 years ago

samitolvanen commented 12 years ago

The Chrome storage API allows settings to be synchronized through Chrome sync and the extra permission doesn't cause warnings. Requires code for migrating settings from the local storage though, and whether syncing preferences is that useful should be investigated:

http://developer.chrome.com/trunk/extensions/storage.html

Edit: Looks like the sync feature has limitations that might make this unfeasible for now, at least.