Chrome DevTools has a handy inspector for local storage and session storage, but there is nothing to check for chrome.storage.sync ?
chrome://sync-internals/doesn't seem to display the actual contents of the synchronized memory on the extension.
chrome://sync-internals/
Storage area expander expands the user interface for viewing, editing, clean up, import and export chrome.storage.local, chrome.storage.sync, localStorageand sessionStorage:
chrome.storage.local
chrome.storage.sync
localStorage
sessionStorage
- get . , :
get
chrome.storage.sync.get(null, function callback(items) { console.log(items) });
Source: https://habr.com/ru/post/1606228/More articles:GIT clone issue in Jenkins resolution - gitWill Apache HttpClient succeed in throwing an IOException on all HTTP 5XX HTTP errors? - javaHow to change git tracking submodules of a remote branch? - gitPrevent popping at the end of a sound in Pygame.mixer - pythonВ чем разница и взаимосвязь между "xx-softmmu" и "xx-linux-user"? - qemuExpress check Paypal vs REST api? - paypalBigQuery can't create view, but query is ok - google-bigqueryIOS 8 sprite set collides with top and bottom, but not with sides? - iosSQL Server различная производительность запросов - sql-serverUnderstanding how angular ng-repeat works with arrays - javascriptAll Articles