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
Eメール [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": [
        "*:\/\/*\/*"
    ]
}