Copy Cookie
Extension to copy cookies across the domains specially localhost.
什么是Copy Cookie?
Copy Cookie是由Avaneesh开发的Chrome扩展程序,该扩展的主要功能是“Extension to copy cookies across the domains specially localhost.”。
扩展截图
下载Copy Cookie扩展crx文件
下载Copy Cookie扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Copy the cookies across domains. Helpful for developers to copy cookies from their live domains to localhost. 扩展基本信息
| 名称 | |
| ID | efgblkeenphclkonjikaanjnlconlkfp |
| 官方URL | https://chromewebstore.google.com/detail/copy-cookie/efgblkeenphclkonjikaanjnlconlkfp |
| 简介 | Extension to copy cookies across the domains specially localhost. |
| 文件大小 | 64.89 KB |
| 安装次数 | 733 |
| 当前版本 | 2.0.1 |
| 更新时间 | 2022-10-11 |
| 上架时间 | 2019-05-10 |
| 评分 | 4.75/5 共4次评分 |
| 开发者 | Avaneesh |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://chrome.google.com/webstore/detail/copy-cookie/efgblkeenphclkonjikaanjnlconlkfp |
| 帮助页面URL | https://github.com/avaneeshtripathi/copy-cookie/issues |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Copy Cookie",
"version": "2.0.1",
"description": "Extension to copy cookies across the domains specially localhost.",
"permissions": [
"cookies",
"activeTab"
],
"host_permissions": [
"*:\/\/*\/*"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "\/images\/icon.png",
"32": "\/images\/icon.png",
"48": "\/images\/icon.png",
"128": "\/images\/icon.png"
}
},
"icons": {
"16": "\/images\/icon.png",
"32": "\/images\/icon.png",
"48": "\/images\/icon.png",
"128": "\/images\/icon.png"
},
"author": "Avaneesh Tripathi"
} | |