Cookiedough

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

Hvad er Cookiedough?

Cookiedough er en Chrome-udvidelse udviklet af OrbitKit, og dens hovedfunktion er "Developer tool to bulk set cookies from a standard cookie header string".

Udvidelsesskærmbilleder

screenshot

Download Cookiedough-udvidelses-CRX-fil

Download Cookiedough-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Cookiedough Cookiedough
ID hacigcgfiefikmkmmmncaiaijoffndpl
Officiel URL https://chromewebstore.google.com/detail/cookiedough/hacigcgfiefikmkmmmncaiaijoffndpl
Beskrivelse Developer tool to bulk set cookies from a standard cookie header string
Filstørrelse 63.66 KB
Antal Installationer 8,261
Nuværende Version 1.0.1
Senest Opdateret 2021-05-26
Udgivelsesdato 2019-05-25
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler OrbitKit
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/stickfigure/cookiedough
Understøttede Sprog 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",
        ""
    ]
}