Will data saved in chrome.storage be synced if user switch to another computer with same google account? -


background:

hi everyone, developing chrome extension in form of new tab. hyperlinks contained in new tab page fixed , wanna make links customizable.

progress

i did research in internet , found chrome.storage can provide data storage pages. however, wondering if can sync data between multiple computers when user logs in same google account?

i looked further chrome.storage api description. luckily provide data sync user same google account across different computers! network again!

chrome.storage

usage

to store user data extension, can use either storage.sync or storage.local. when using storage.sync, stored data automatically synced chrome browser user logged into, provided user has sync enabled.

it's hard find useful information in chinese when facing problem, sof splendid.


Comments

Popular posts from this blog

Android : Making Listview full screen -

javascript - Parse JSON from the body of the POST -

javascript - Chrome Extension: Interacting with iframe embedded within popup -