Skip to content

Instantly share code, notes, and snippets.

@negativo
Created April 22, 2016 12:00
Show Gist options
  • Save negativo/1fe14b424388a68e3c755ee43c6c0951 to your computer and use it in GitHub Desktop.
Save negativo/1fe14b424388a68e3c755ee43c6c0951 to your computer and use it in GitHub Desktop.
chrome storage keys
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