I have a simple Chrome extension that uses chrome.storage.sync to save a task list.
The following command in the console will clear all synchronization data for extension:
chrome.storage.sync.clear()
If my users have problems with synchronization, can I just ask them to remove the extension and install it again to have the same effect as this command?
This is one of those questions where the answer is "why don't you try?"
I have a test extension published to the Chrome Web Store for testing storage.sync . I can confirm that removing it using Chrome Sync activates the nuclear storage.
storage.sync
Source: https://habr.com/ru/post/1204725/More articles:Is there any tool to transfer data from MySQL (or mongodb) to Aerospike? - mysqlHow to combine Browserify and Google Closure with type checks - javascriptNSURLSessionDownloadTask continues to retry using background configuration - objective-cNSURLSessionConfiguration timeoutIntervalForRequest doesn't seem to work with background session - iosType Compatibility (In)? - pythonReading a token using slimframework - access-tokenGoogle Tag Manager event tracking not tracked - androidReset p: selected trees - resetCreating a random coordinate path in a grid - phpHow to read Bluetooth low power programmatic messages programmatically in Mac OS X 10.9.5? - bluetoothAll Articles