本文介绍了在调试Chrome扩展时检查chrome.storage.sync的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
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
:
这篇关于在调试Chrome扩展时检查chrome.storage.sync的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!