回答

0

一個不好的解決方法是打電話get並獲取所有存儲的值。當然,這並不讓你方便地編輯:

chrome.storage.sync.get(null, function callback(items) { console.log(items) }); 
+3

提示:將其另存爲「源」選項卡中的片段。無論如何[存儲區域資源管理器](https://chrome.google.com/webstore/detail/storage-area-explorer/ocfjjjjhkpapocigimmppepjgfdecjkb)擴展是迄今爲止更好的解決方案。 – wOxxOm

+0

@wOxxOm這個評論應該是這個問題的答案 – jusio

+0

@jusio,我同意,但作爲作者,也許你會發布它? – wOxxOm

5

Storage Area Explorer擴展提供了查看,編輯,清算UI,進口和出口chrome.storage.localchrome.storage.synclocalStoragesessionStorage

screenshot