Cookiedough

Developer tool to bulk set cookies from a standard cookie header string

Co je Cookiedough?

Cookiedough je rozšíření Chrome vyvinuté OrbitKit, a jeho hlavní funkcí je „Developer tool to bulk set cookies from a standard cookie header string“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Cookiedough

Stáhněte si soubory rozšíření Cookiedough 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í

                        Simple, no-frills, programmer-friendly UI for editing cookies. Provides the current tab's HTTP cookie string verbatim in a text box; you can copy/paste/edit the string.

You can find the source code at https://github.com/stickfigure/cookiedough                    

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

Název Cookiedough Cookiedough
ID hacigcgfiefikmkmmmncaiaijoffndpl
Oficiální URL https://chromewebstore.google.com/detail/cookiedough/hacigcgfiefikmkmmmncaiaijoffndpl
Popis Developer tool to bulk set cookies from a standard cookie header string
Velikost souboru 63.66 KB
Počet instalací 8,261
Aktuální Verze 1.0.1
Poslední Aktualizace 2021-05-26
Datum Vydání 2019-05-25
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář OrbitKit
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/stickfigure/cookiedough
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cookiedough",
    "description": "Developer tool to bulk set cookies from a standard cookie header string",
    "version": "1.0.1",
    "icons": {
        "128": "cookie.png"
    },
    "browser_action": {
        "default_icon": "cookie.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "cookies",
        "tabs",
        ""
    ]
}