Storage Editor

Editor for Local Storage and Session Storage.

Storage Editor क्या है?

Storage Editor https://hancel.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Editor for Local Storage and Session Storage."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Storage Editor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        You can use it to edit your website local storage and session storage.

✨ Feature
1. 🙈 Preview Local Storage and Session Storage Data as a tree.
2. ✏️ Edit, Add, Remove or Clear Storage Data.
3. 🔌 Add a New Node or Data to Object or Array.
4. 🔍 Search Value or Key in Storage Data Tree.

--------

✨ 这个扩展可以:
1. 🙈 解析查看 LocalStorage 或 SessionStorage 的数据,用树状结构呈现。
2. ✏️ 编辑,添加,移除或完全清除 Storage 的数据。
3. 🔌 可以给 Object 或 Array 数据类型添加新的节点或数据。
4. 🔍 可以搜索整个 Storage 的数据。                    

एक्सटेंशन की मूल जानकारी

नाम Storage Editor Storage Editor
ID lpmmcjhefcghagdhnpbodfdamfmlicfn
आधिकारिक URL https://chromewebstore.google.com/detail/storage-editor/lpmmcjhefcghagdhnpbodfdamfmlicfn
विवरण Editor for Local Storage and Session Storage.
फ़ाइल का आकार 802 KB
स्थापना संख्या 694
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2024-01-31
प्रकाशन तिथि 2023-02-11
रेटिंग 3.67/5 कुल 3 रेटिंग्स
डेवलपर https://hancel.org
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/imlinhanchao/crx_storage_editor
सहायता पृष्ठ URL https://github.com/imlinhanchao/crx_storage_editor/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Storage Editor",
    "version": "1.0.2",
    "action": {
        "default_popup": "src\/panel\/index.html#\/popup"
    },
    "description": "Editor for Local Storage and Session Storage.",
    "icons": {
        "16": "public\/logo.png",
        "48": "public\/logo.png",
        "128": "public\/logo.png"
    },
    "author": "Hancel.Lin",
    "homepage_url": "https:\/\/github.com\/imlinhanchao\/crx_storage_editor",
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.index.ts.c957594d.5c55b11c.js"
            ],
            "all_frames": true,
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "devtools_page": "src\/devtools\/index.html",
    "permissions": [
        "activeTab"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "src\/content-script\/index.ts",
                "public\/logo_128.png"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "assets\/index.ts.c957594d.js"
            ],
            "use_dynamic_url": true
        }
    ]
}