localStorage 管理器

用于添加、删除、修改localStorage和sessionStorage的简单插件

What is localStorage 管理器?

localStorage 管理器 is a Chrome extension developed by lvzhenbo, and its main feature is "用于添加、删除、修改localStorage和sessionStorage的简单插件".

Extension Screenshots

screenshot
screenshot
screenshot

Download localStorage 管理器 Extension CRX File

Download localStorage 管理器 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        感谢 LocalStorage Manager (已被下架),这个插件就是参照而做,只实现了基本的简单的功能,有更多需求欢迎PR(https://github.com/lvzhenbo/localStorage-manager)。                    

Extension Basic Information

Name localStorage 管理器 localStorage 管理器
ID hobhhoemdpinaaadoihkjnhnjolbebai
Official URL https://chromewebstore.google.com/detail/localstorage-%E7%AE%A1%E7%90%86%E5%99%A8/hobhhoemdpinaaadoihkjnhnjolbebai
Description 用于添加、删除、修改localStorage和sessionStorage的简单插件
File Size 232 KB
Installation Count 150
Current Version 0.2.0.0
Last Updated 2023-08-15
Publish Date 2023-08-07
Developer lvzhenbo
Email [email protected]
Payment Type free
Extension Website https://github.com/lvzhenbo/localStorage-manager
Help Page URL https://github.com/lvzhenbo/localStorage-manager/issues
Privacy Policy Page URL https://github.com/lvzhenbo/localStorage-manager
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "localStorage \u7ba1\u7406\u5668",
    "version": "0.2.0.0",
    "description": "\u7528\u4e8e\u6dfb\u52a0\u3001\u5220\u9664\u3001\u4fee\u6539localStorage\u548csessionStorage\u7684\u7b80\u5355\u63d2\u4ef6",
    "icons": {
        "16": "src\/assets\/16.png",
        "32": "src\/assets\/32.png",
        "48": "src\/assets\/48.png",
        "128": "src\/assets\/128.png"
    },
    "action": {
        "default_popup": "index.html"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "js": [
                "assets\/content.ts-loader-b82e16de.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/content.ts-86186482.js"
            ],
            "use_dynamic_url": true
        }
    ]
}