本文介绍了在 devtools 中检查扩展的 chrome.storage的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
Chrome DevTools 有一个方便的本地存储和会话存储检查器,但是没有什么可检查的
chrome://sync-internals/
似乎没有显示每个扩展的同步存储的实际内容.
解决方案
Chrome DevTools has a handy inspector for Local Storage and Session Storage, but is there nothing to inspect chrome.storage.sync?
chrome://sync-internals/
doesn't seem to display the actual contents of the synchronized storage per extension.
解决方案
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的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!