Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

how to view sync storage in chrome

run this in console of your browser

// for sync storage
chrome.storage.sync.get(console.log)

// for local storage
chrome.storage.local.get(console.log)
 
PREVIOUS NEXT
Tagged: #view #sync #storage #chrome
ADD COMMENT
Topic
Name
3+3 =