Local Storage
A browser extension for managing local storage.
什么是Local Storage?
Local Storage是由Shashika Virajh开发的Chrome扩展程序,该扩展的主要功能是“A browser extension for managing local storage.”。
扩展截图
下载Local Storage扩展crx文件
下载Local Storage扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Local Storage is a handy Chrome extension that offers a user-friendly interface to view, manage, and manipulate the items in your browser's local storage. Forget about delving into the Console tab every time you need to check on your local storage. This extension provides all the tools you need at your fingertips.
扩展基本信息
名称 | Local Storage |
ID | nnlekldijoehomfgfciodmolohhfkfpm |
官方URL | https://chromewebstore.google.com/detail/local-storage/nnlekldijoehomfgfciodmolohhfkfpm |
简介 | A browser extension for managing local storage. |
文件大小 | 143 KB |
安装次数 | 631 |
当前版本 | 1.0 |
更新时间 | 2023-09-30 |
上架时间 | 2023-09-30 |
评分 | 5.00/5 共10次评分 |
开发者 | Shashika Virajh |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Local Storage", "version": "1.0", "description": "A browser extension for managing local storage.", "permissions": [ "tabs" ], "action": { "default_popup": "extension\/popup.html" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ " |