-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Google Sync support #29
Comments
Hey Thomas. I was planning to implement some sort of syncing using BSync (used in Chrome Notepad extension), but unfortunately spare time is not something easy to find any more. That said, It'd be great if you could provide Google Sync functionality and I will be more than happy to merge it. |
Would you prefer to let the user choose between localStorage and Google sync or should Google sync be the preferred way with localStorage as a fallback? |
Both will do do. In fact, utilising both methods (transparently) would probably be the way to go. Again, it's up to you :-) |
Again I lost my list of apps :-(. I might create a pull request having the extension use chrome.storage.sync instead of localStorage, which seems to get destroyed pretty frequently |
@kzahel: Wow, I had no idea such an API was implemented (I haven been away from extensions for quite some time). Yes, that 'd be ideal. Please create this pull request, I am sure more people will be benefited from such a change. |
kzahel@f687e00 |
Did a little more work, it's going to take a lot of testing before I feel it's stable at all though. I'm not sure if it's broken other things yet. I think it would make sense to only store the list of extensions in the chrome.storage.sync and the other data (ratings, etc) in the chrome.storage.local |
True, that would make perfect sense. Thank you for your efforts. |
Hey @kzahel. Any progress with this long-standing issue? |
Wow, I had no idea such an API was implemented (I haven been away from extensions for quite some time). Yes, that 'd be ideal. Please create this pull request, I am sure more people will be benefited from such a change. |
Hi there
is it planned to change the extension to store the options and extension information (and everything else currently located in localStorage) in Google Sync? If not, I could implement it in my fork and send a pull request afterwards ...
Regards
Thomas
The text was updated successfully, but these errors were encountered: