Created
May 13, 2018 09:05
-
-
Save gusenov/f4928acfc5a9554e011a7fe67055e777 to your computer and use it in GitHub Desktop.
Печать локального хранилища данных chrome.storage.local.
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.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