Local Storage Explorer

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

Qu'est-ce que Local Storage Explorer ?

Local Storage Explorer est une extension Chrome développée par Deliaz, et sa fonction principale est "Developer tool for exploring localStorage and sessionStorage which lets you parse values".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Local Storage Explorer

Téléchargez les fichiers d'extension Local Storage Explorer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Local Storage Explorer Local Storage Explorer
ID hglfomidogadbhelcfomenpieffpfaeb
URL Officiel https://chromewebstore.google.com/detail/local-storage-explorer/hglfomidogadbhelcfomenpieffpfaeb
Description Developer tool for exploring localStorage and sessionStorage which lets you parse values
Taille du Fichier 246 KB
Nombre d'Installations 4,233
Version Actuelle 1.2.1
Dernière Mise à Jour 2020-03-03
Date de Publication 2020-03-02
Évaluation 3.72/5 Total 18 Évaluations
Développeur Deliaz
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/Deliaz/web-storage-explorer
URL de la Page de Politique de Confidentialité https://clipboardextension.com/policy.html
Langues Prises en Charge 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'"
}