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”。
擴展截圖
下載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 |
ID | hacigcgfiefikmkmmmncaiaijoffndpl |
官方網址 | 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 |
電子郵箱 | [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", " |