本文介绍了在devtools中检查扩展的chrome.storage的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
Chrome DevTools拥有方便的本地存储和会话存储检查器,但没有要检查的内容 chrome.storage .sync ?
Chrome DevTools has a handy inspector for Local Storage and Session Storage, but is there nothing to inspect chrome.storage.sync?
chrome://sync-internals/
似乎没有显示每个扩展的同步存储的实际内容.
chrome://sync-internals/
doesn't seem to display the actual contents of the synchronized storage per extension.
推荐答案
Storage Area Explorer 扩展提供了一个UI,用于查看,编辑,清除,导入和导出chrome.storage.local
,chrome.storage.sync
,localStorage
和sessionStorage
:
Storage Area Explorer extension provides a UI for viewing, editing, clearing, importing and exporting of chrome.storage.local
, chrome.storage.sync
, localStorage
and sessionStorage
:
这篇关于在devtools中检查扩展的chrome.storage的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!