```ts // 全値の確認 chrome.storage.local.get(null, function(result) { console.log(result); }); ```