Local Storage Explorer 的评价
Local Storage Explorer 作者: Francesco De Stefano
Firefox 用户 15109409 的评价
评分 5 / 5
来自 Firefox 用户 15109409,5 年前7 条评价
- 评分 2 / 5来自 Lucky Lao,2 年前
- 评分 5 / 5来自 GavinB,3 年前
- 评分 4 / 5来自 aminomancer,4 年前Works as of 80.0a1. Unfortunately it doesn't show up in the browser toolbox but does show up in the browser content toolbox. And unfortunately for me it doesn't show local extension storage, so anything committed by an extension with storage.local won't show up under local storage. I think anything committed with storage.sync will show up under session storage though? But yeah unfortunately that means you can't use it to find stuff like extension settings, unless they are stored in the local storage for a non-extension URL, or stored in storage.sync. But a recent update to firefox put a storage limit on storage.sync, now you can only have a total of 100KB of synced storage per-extension. Which is barely enough for settings, not enough for extensions that might store custom user scripts or rules, stuff like greasemonkey or ublock. So most extensions are using storage.local now or will be converting soon and that means their storage can only be accessed in about:debugging.
To the person complaining it's not in the toolbar — that's not how this works. It's not supposed to show up in your toolbar. It's supposed to show up in your browser content toolbox, hit ctrl + shift + i.
edit: cool thanks for the link. hopefully you can find a way to add extension storage, it seems like the only way i can view local extension storage nowadays (the contents when an extension calls storage.local) is to go to about:debugging, inspect the extension, then use the native debugging toolbox Storage tab. but it's sort of flawed formatting and so inconvenient to get there from about:debugging so i always wanted an extension to integrate it in the main browser toolbox开发者回应
发布于 4 年前Dear user,
I just released this console [https://mzl.la/30l3J06] for mobile browser and also for desktop. It contains a useful resource panel. It shows Local Storage, Session Storage, cookies, scripts, stylesheets, iframes, and image assets.
Best
update 18.07.2020 - Thanks for your feedback ... I understand your needs. At the moment I can help you by suggesting to you to add this js snippet [https://gist.github.com/chrahunt/e9b11ded0b3e691af9da] in your extensions to test the storage.local APIs..
Update me and inform me if it works - 评分 1 / 5来自 Christina Ng,5 年前I got this extension for firefox on windows 10 and it doesn't even show up on the toolbar. Useless.
- 评分 5 / 5来自 grahamperrin,5 年前Seems to work with Waterfox Classic 2019.12, which falls slightly below the requirement for Firefox 57.0:
https://s.put.re/AugS8trM.png开发者回应
发布于 5 年前Really thank you for your contribution ... Soon I will rectify the manifest files of the extensions that you kindly signaled to me for the version compatible with Waterfox ... Thanks again