Cookiedough
Developer tool to bulk set cookies from a standard cookie header string
Co to jest Cookiedough?
Cookiedough to rozszerzenie Chrome opracowane przez OrbitKit, a jego główną funkcją jest „Developer tool to bulk set cookies from a standard cookie header string”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Cookiedough
Pobierz pliki rozszerzeń Cookiedough w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Cookiedough |
ID | hacigcgfiefikmkmmmncaiaijoffndpl |
Oficjalny URL | https://chromewebstore.google.com/detail/cookiedough/hacigcgfiefikmkmmmncaiaijoffndpl |
Opis | Developer tool to bulk set cookies from a standard cookie header string |
Rozmiar pliku | 63.66 KB |
Liczba instalacji | 8,261 |
Aktualna Wersja | 1.0.1 |
Ostatnia Aktualizacja | 2021-05-26 |
Data Publikacji | 2019-05-25 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | OrbitKit |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/stickfigure/cookiedough |
Obsługiwane Języki | 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", " |