emacs_chrome icon indicating copy to clipboard operation
emacs_chrome copied to clipboard

doesn't sync settings between computers

Open aspiers opened this issue 6 years ago • 2 comments

The option settings don't get stored in the user profile and synced across devices. It also means that if a local Chrome user profile is wiped, the settings don't get restored when the user signs in again.

aspiers avatar Mar 25 '19 12:03 aspiers

@aspiers I assume this is a Google service that extensions can take advantage of? Otherwise this is out of scope for the extension as we'd need infrastructure to support that.

stsquad avatar Mar 25 '19 15:03 stsquad

Yes, this is a mainstream API which countless other extensions have taken advantage of since it was introduced in Chrome 29:

https://developer.chrome.com/apps/storage

On Mon, 25 Mar 2019 at 15:48, Alex Bennée [email protected] wrote:

@aspiers https://github.com/aspiers I assume this is a Google service that extensions can take advantage of? Otherwise this is out of scope for the extension as we'd need infrastructure to support that.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/stsquad/emacs_chrome/issues/160#issuecomment-476256966, or mute the thread https://github.com/notifications/unsubscribe-auth/AAGJgkmcV122rsGBQ2f7u0hyTWUTefKsks5vaO-5gaJpZM4cG0hV .

aspiers avatar Mar 25 '19 20:03 aspiers