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 扩展基本信息
| 名称 | |
| 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 |
| 电子邮箱 | [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",
" | |