Cookiedough

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

Cookiedoughとは何ですか?

CookiedoughはOrbitKitによって開発されたChromeの拡張機能で、その主な機能は「Developer tool to bulk set cookies from a standard cookie header string」です。

拡張機能のスクリーンショット

screenshot

Cookiedough拡張機能のCRXファイルをダウンロード

Cookiedough拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Cookiedough Cookiedough
ID hacigcgfiefikmkmmmncaiaijoffndpl
公式URL https://chromewebstore.google.com/detail/cookiedough/hacigcgfiefikmkmmmncaiaijoffndpl
説明 Developer tool to bulk set cookies from a standard cookie header string
ファイルサイズ 63.66 KB
インストール数 8,261
現在のバージョン 1.0.1
最終更新日 2021-05-26
公開日 2019-05-25
評価 5.00/5 合計 1 レビュー
開発者 OrbitKit
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/stickfigure/cookiedough
対応言語 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",
        ""
    ]
}