因为公司的网页框架用了 LocalStorage 存放了巨量数据的 JSON ,平时要编辑一下得捣鼓大半会儿。所以做了这个浏览器扩展,用来编辑 LocalStorage 。现在支援的功能有:
基本功能就是这些,只要打开开发者工具,点击 Storage Editor 页签就可以使用。如果你使用过程有什么建议或问题,可以在这里评论或上 GitHub 提 Issue。
界面截图:
GitHub: https://github.com/imlinhanchao/crx_storage_editor
Chrome Web Store: https://chrome.google.com/webstore/detail/lpmmcjhefcghagdhnpbodfdamfmlicfn
Edge Extensions Store:审核中……
1
yimity 2023-02-14 09:41:30 +08:00
谢谢啦,我先试试看。
|
2
polarbearn 2023-02-14 09:55:24 +08:00
灰常感谢, 点击标题应该也可以展开和收起
|
3
nba2k9 2023-02-14 10:02:21 +08:00
这个不错~
|
4
YuTengjing 2023-02-14 11:30:39 +08:00
顺便支持 chrome storage 的查看呀
|
5
YuTengjing 2023-02-14 11:32:10 +08:00
准确来说是 chrome 插件的 storage
|
6
YuTengjing 2023-02-14 11:37:23 +08:00
用 chrome.storage 存储的,参考: https://github.com/jusio/storage-area-explorer
|
7
xyholic 2023-02-14 16:20:17 +08:00
不错,先 mark 了
|
8
suzic 2023-02-14 18:25:13 +08:00
mark 也许能用到
|
9
imlinhanchao OP @rolitter 可以做,用了 element-plus 的树状控件,找时间修改一下。
@YuTengjing 看了你发的这个扩展,已经无法安装了。查了 chrome.storage 的 API ,只能读取调用扩展自己通过 chrome.storage 存的数据,并没办法存取其他扩展的 storage 。还是你是想要一个可以用 chrome.storage 存取和同步一些数据的扩展? |
10
imlinhanchao OP |