Swoosh Cookie and Local Storage Specialist

Unites Local Storage, Session Storage and Cookie in one place. Powerful functions with intuitive and concise UI.

Cos'è Swoosh Cookie and Local Storage Specialist?

Swoosh Cookie and Local Storage Specialist è un'estensione di Chrome sviluppata da https://steampunck.github.io, e la sua funzione principale è "Unites Local Storage, Session Storage and Cookie in one place. Powerful functions with intuitive and concise UI.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Swoosh Cookie and Local Storage Specialist

Scarica i file di estensione Swoosh Cookie and Local Storage Specialist 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

                        Helps to accelerate web development if you relay on web storage heavily.

Local Storage is purple, Session Storage is blue, Cookie is yellow, Swoosh rules them all.

Highlight features:
- Local Storage, Session Storage and Cookie 3 in 1 editor with CRUD, search, favourite and batch operation.
- Automatically realtime update, no manually refresh required
- URL encoding / decoding detect and switch in on click: (%5E_%5E) -> (^_^)
- Friendly JSON format editor
- Advanced cookie editor
- Popup new independent window with full features.

After installing, welcome to playground and have a try: https://steampunck.github.io/swoosh-storage-specialist/playground.html                    

Informazioni di Base sull'Estensione

Nome Swoosh Cookie and Local Storage Specialist Swoosh Cookie and Local Storage Specialist
ID giompennnhheakjcnobejbnjgbbkmdnd
URL Ufficiale https://chromewebstore.google.com/detail/swoosh-cookie-and-local-s/giompennnhheakjcnobejbnjgbbkmdnd
Descrizione Unites Local Storage, Session Storage and Cookie in one place. Powerful functions with intuitive and concise UI.
Dimensione del File 720 KB
Conteggio Installazioni 10,000
Versione Corrente 2.2.0
Ultimo Aggiornamento 2020-10-15
Data di Pubblicazione 2020-08-14
Valutazione 3.93/5 Totale 120 Valutazioni
Sviluppatore https://steampunck.github.io
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://steampunck.github.io/swoosh-storage-specialist
URL della Pagina di Aiuto https://github.com/steampunck/swoosh-storage-specialist/issues
Lingue Supportate en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDesc__",
    "author": "steampunck",
    "version": "2.2.0",
    "permissions": [
        "activeTab",
        "storage",
        "cookies",
        "contextMenus",
        ""
    ],
    "homepage_url": "https:\/\/steampunck.github.io\/swoosh-storage-specialist\/",
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/browser\/icon16.png",
            "24": "assets\/browser\/icon24.png",
            "32": "assets\/browser\/icon32.png"
        }
    },
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "web_accessible_resources": [
        "popup.html",
        "installed.html",
        "club.html"
    ]
}