Local Storage Explorer

Developer tool for exploring localStorage and sessionStorage which lets you parse values

Cos'è Local Storage Explorer?

Local Storage Explorer è un'estensione di Chrome sviluppata da Deliaz, e la sua funzione principale è "Developer tool for exploring localStorage and sessionStorage which lets you parse values".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Local Storage Explorer

Scarica i file di estensione Local Storage Explorer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Local Storage Explorer brings you better ability to explore localStorage and sessionStorage values.
It integrates with DevTools panel and can parse and beautify JSON values. 

Features: 
 – LocalStorage JSON parser & beautifier
 – Shows value type and length
 – Delete keys and clear storage in one click
 – Light and Dark themes based on DevTools colour schemes
 – Adaptive design: comfortable work with a small window size                    

Informazioni di Base sull'Estensione

Nome Local Storage Explorer Local Storage Explorer
ID hglfomidogadbhelcfomenpieffpfaeb
URL Ufficiale https://chromewebstore.google.com/detail/local-storage-explorer/hglfomidogadbhelcfomenpieffpfaeb
Descrizione Developer tool for exploring localStorage and sessionStorage which lets you parse values
Dimensione del File 246 KB
Conteggio Installazioni 4,233
Versione Corrente 1.2.1
Ultimo Aggiornamento 2020-03-03
Data di Pubblicazione 2020-03-02
Valutazione 3.72/5 Totale 18 Valutazioni
Sviluppatore Deliaz
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/Deliaz/web-storage-explorer
URL della Pagina della Politica sulla Privacy https://clipboardextension.com/policy.html
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Local Storage Explorer",
    "short_name": "LocalStorageX",
    "version": "1.2.1",
    "minimum_chrome_version": "42",
    "description": "Developer tool for exploring localStorage and sessionStorage which lets you parse values",
    "author": "Deliaz",
    "offline_enabled": true,
    "icons": {
        "38": "imgs\/38.png",
        "48": "imgs\/48.png",
        "128": "imgs\/128.png"
    },
    "devtools_page": "loader.html",
    "options_ui": {
        "page": "options.html",
        "chrome_style": false
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "options.html"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}