Created
April 22, 2016 12:00
-
-
Save negativo/1fe14b424388a68e3c755ee43c6c0951 to your computer and use it in GitHub Desktop.
chrome storage keys
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
chrome.storage.sync.get(null, function(items) { | |
var allKeys = Object.keys(items); | |
console.log(allKeys); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment