Local Storage Catcher

A facilitator of access to local storage keys with JSON beautify

Apa itu Local Storage Catcher?

Local Storage Catcher adalah ekstensi Chrome yang dikembangkan oleh jrmarqueshd, dan fitur utamanya adalah "A facilitator of access to local storage keys with JSON beautify".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Local Storage Catcher

Unduh file ekstensi Local Storage Catcher dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Local Storage Catcher Local Storage Catcher
ID enabeecjacmdkodgmjmgcnlipjpondbj
URL Resmi https://chrome.google.com/webstore/detail/local-storage-catcher/enabeecjacmdkodgmjmgcnlipjpondbj
Deskripsi A facilitator of access to local storage keys with JSON beautify
Ukuran File 227 KB
Jumlah Instalasi 48
Versi Saat Ini 2.0.1
Terakhir Diperbarui 2022-05-23
Tanggal Publikasi 2020-12-02
Penilaian 5.00/5 Total 1 Penilaian
Pengembang jrmarqueshd
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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": [
        "*:\/\/*\/*"
    ]
}