Local Storage

A browser extension for managing local storage.

Co je Local Storage?

Local Storage je rozšíření Chrome vyvinuté Shashika Virajh, a jeho hlavní funkcí je „A browser extension for managing local storage.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Local Storage

Stáhněte si soubory rozšíření Local Storage ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Local Storage is a handy Chrome extension that offers a user-friendly interface to view, manage, and manipulate the items in your browser's local storage. Forget about delving into the Console tab every time you need to check on your local storage. This extension provides all the tools you need at your fingertips.                    

Základní Informace o Rozšíření

Název Local Storage Local Storage
ID nnlekldijoehomfgfciodmolohhfkfpm
Oficiální URL https://chromewebstore.google.com/detail/local-storage/nnlekldijoehomfgfciodmolohhfkfpm
Popis A browser extension for managing local storage.
Velikost souboru 143 KB
Počet instalací 631
Aktuální Verze 1.0
Poslední Aktualizace 2023-09-30
Datum Vydání 2023-09-30
Hodnocení 5.00/5 Celkem 10 Hodnocení
Vývojář Shashika Virajh
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Local Storage",
    "version": "1.0",
    "description": "A browser extension for managing local storage.",
    "permissions": [
        "tabs"
    ],
    "action": {
        "default_popup": "extension\/popup.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "extension\/content.js"
            ]
        }
    ]
}