Local Storage Catcher

A facilitator of access to local storage keys with JSON beautify

Hvad er Local Storage Catcher?

Local Storage Catcher er en Chrome-udvidelse udviklet af jrmarqueshd, og dens hovedfunktion er "A facilitator of access to local storage keys with JSON beautify".

Udvidelsesskærmbilleder

screenshot

Download Local Storage Catcher-udvidelses-CRX-fil

Download Local Storage Catcher-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Local Storage Catcher Local Storage Catcher
ID enabeecjacmdkodgmjmgcnlipjpondbj
Officiel URL https://chrome.google.com/webstore/detail/local-storage-catcher/enabeecjacmdkodgmjmgcnlipjpondbj
Beskrivelse A facilitator of access to local storage keys with JSON beautify
Filstørrelse 227 KB
Antal Installationer 48
Nuværende Version 2.0.1
Senest Opdateret 2022-05-23
Udgivelsesdato 2020-12-02
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler jrmarqueshd
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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": [
        "*:\/\/*\/*"
    ]
}