Skip to content

Instantly share code, notes, and snippets.

@gusenov
Created May 13, 2018 09:05
Show Gist options
  • Save gusenov/f4928acfc5a9554e011a7fe67055e777 to your computer and use it in GitHub Desktop.
Save gusenov/f4928acfc5a9554e011a7fe67055e777 to your computer and use it in GitHub Desktop.
Печать локального хранилища данных chrome.storage.local.
chrome.storage.local.get(null, function (result) { console.log(result); });
chrome.storage.local.get(null, function (result) { console.log(JSON.stringify(result)); });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment