Local Storage Catcher

A facilitator of access to local storage keys with JSON beautify

什么是Local Storage Catcher?

Local Storage Catcher是由jrmarqueshd开发的Chrome扩展程序,该扩展的主要功能是“A facilitator of access to local storage keys with JSON beautify”。

扩展截图

screenshot

下载Local Storage Catcher扩展crx文件

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

扩展使用说明

                        Get quick and easy access to data saved on localstorage, viewing objects with JSON Beautify formatter.                    

扩展基本信息

名称 Local Storage Catcher Local Storage Catcher
ID enabeecjacmdkodgmjmgcnlipjpondbj
官方URL https://chrome.google.com/webstore/detail/local-storage-catcher/enabeecjacmdkodgmjmgcnlipjpondbj
简介 A facilitator of access to local storage keys with JSON beautify
文件大小 227 KB
安装次数 48
当前版本 2.0.1
更新时间 2022-05-23
上架时间 2020-12-02
评分 5.00/5 共1次评分
开发者 jrmarqueshd
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Local Storage Catcher",
    "description": "A facilitator of access to local storage keys with JSON beautify",
    "version": "2.0.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "permissions": [
        "storage",
        "tabs",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "128.png"
        }
    },
    "icons": {
        "128": "128.png"
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}