Local Storage Explorer

Developer tool for exploring localStorage and sessionStorage which lets you parse values

什么是Local Storage Explorer?

Local Storage Explorer是由Deliaz开发的Chrome扩展程序,该扩展的主要功能是“Developer tool for exploring localStorage and sessionStorage which lets you parse values”。

扩展截图

screenshot
screenshot
screenshot

下载Local Storage Explorer扩展crx文件

下载Local Storage Explorer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Local Storage Explorer brings you better ability to explore localStorage and sessionStorage values.
It integrates with DevTools panel and can parse and beautify JSON values. 

Features: 
 – LocalStorage JSON parser & beautifier
 – Shows value type and length
 – Delete keys and clear storage in one click
 – Light and Dark themes based on DevTools colour schemes
 – Adaptive design: comfortable work with a small window size                    

扩展基本信息

名称 Local Storage Explorer Local Storage Explorer
ID hglfomidogadbhelcfomenpieffpfaeb
官方URL https://chromewebstore.google.com/detail/local-storage-explorer/hglfomidogadbhelcfomenpieffpfaeb
简介 Developer tool for exploring localStorage and sessionStorage which lets you parse values
文件大小 246 KB
安装次数 4,233
当前版本 1.2.1
更新时间 2020-03-03
上架时间 2020-03-02
评分 3.72/5 共18次评分
开发者 Deliaz
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/Deliaz/web-storage-explorer
隐私政策页面URL https://clipboardextension.com/policy.html
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Local Storage Explorer",
    "short_name": "LocalStorageX",
    "version": "1.2.1",
    "minimum_chrome_version": "42",
    "description": "Developer tool for exploring localStorage and sessionStorage which lets you parse values",
    "author": "Deliaz",
    "offline_enabled": true,
    "icons": {
        "38": "imgs\/38.png",
        "48": "imgs\/48.png",
        "128": "imgs\/128.png"
    },
    "devtools_page": "loader.html",
    "options_ui": {
        "page": "options.html",
        "chrome_style": false
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "options.html"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}