Cookiedough

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

Cookiedough là gì?

Cookiedough là một tiện ích mở rộng Chrome được phát triển bởi OrbitKit, và tính năng chính của nó là "Developer tool to bulk set cookies from a standard cookie header string".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Cookiedough

Tải xuống các tệp mở rộng Cookiedough dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Cookiedough Cookiedough
ID hacigcgfiefikmkmmmncaiaijoffndpl
URL Chính Thức https://chromewebstore.google.com/detail/cookiedough/hacigcgfiefikmkmmmncaiaijoffndpl
Mô tả Developer tool to bulk set cookies from a standard cookie header string
Kích Thước Tệp 63.66 KB
Số Lần Cài Đặt 8,261
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2021-05-26
Ngày Phát Hành 2019-05-25
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển OrbitKit
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/stickfigure/cookiedough
Ngôn Ngữ Được Hỗ Trợ 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",
        ""
    ]
}