Cookie copier
Just cookie field copier
什么是Cookie copier?
Cookie copier是由retuzzik开发的Chrome扩展程序,该扩展的主要功能是“Just cookie field copier”。
扩展截图
下载Cookie copier扩展crx文件
下载Cookie copier扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A simple Google Chrome extension to copy cookies between domains. The list of domains to copy is taken from the open browser tabs. 扩展基本信息
| 名称 | |
| ID | lhfkmfkjjeilbgfolpcndcbdgbdhbnlk |
| 官方URL | https://chromewebstore.google.com/detail/cookie-copier/lhfkmfkjjeilbgfolpcndcbdgbdhbnlk |
| 简介 | Just cookie field copier |
| 文件大小 | 18.65 KB |
| 安装次数 | 497 |
| 当前版本 | 1.0 |
| 更新时间 | 2020-10-20 |
| 上架时间 | 2020-10-02 |
| 评分 | 5.00/5 共5次评分 |
| 开发者 | retuzzik |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/PetePearl/cookie-copier |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Cookie copier",
"version": "1.0",
"description": "Just cookie field copier",
"background": {
"scripts": [
"build\/bundle.js"
],
"persistent": false
},
"browser_action": {
"default_popup": "index.html"
},
"icons": {
"16": "assets\/icon_16.png",
"48": "assets\/icon_48.png",
"128": "assets\/icon_128.png"
},
"permissions": [
"cookies",
"storage",
" | |