Local Storage

A browser extension for managing local storage.

Wat is Local Storage?

Local Storage is een Chrome-extensie ontwikkeld door Shashika Virajh, en de belangrijkste functie is "A browser extension for managing local storage.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Local Storage

Download Local Storage-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Local Storage Local Storage
ID nnlekldijoehomfgfciodmolohhfkfpm
Officiële URL https://chromewebstore.google.com/detail/local-storage/nnlekldijoehomfgfciodmolohhfkfpm
Beschrijving A browser extension for managing local storage.
Bestandsgrootte 143 KB
Aantal Installaties 631
Huidige Versie 1.0
Laatst Bijgewerkt 2023-09-30
Publicatiedatum 2023-09-30
Beoordeling 5.00/5 Totaal 10 Beoordelingen
Ontwikkelaar Shashika Virajh
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}