Coopy - Multiple Copy/Paste
Coopy - Extension for Multiple Copy/Paste
什么是Coopy - Multiple Copy/Paste?
Coopy - Multiple Copy/Paste是由http://coopy.li开发的Chrome扩展程序,该扩展的主要功能是“Coopy - Extension for Multiple Copy/Paste”。
扩展截图
下载Coopy - Multiple Copy/Paste扩展crx文件
下载Coopy - Multiple Copy/Paste扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
1. Enable extension
2. Select the necessary text and press the C key, select other necessary text and press the C key, over and over again
3. Go to the new document and press the V keys 扩展基本信息
| 名称 | |
| ID | bgimpaahmlbpgfbfdmjjfmfehngechli |
| 官方URL | https://chrome.google.com/webstore/detail/coopy-multiple-copypaste/bgimpaahmlbpgfbfdmjjfmfehngechli |
| 简介 | Coopy - Extension for Multiple Copy/Paste |
| 文件大小 | 62.46 KB |
| 安装次数 | 1,591 |
| 当前版本 | 1.1 |
| 更新时间 | 2017-03-20 |
| 上架时间 | 2017-03-20 |
| 评分 | 3.13/5 共30次评分 |
| 开发者 | http://coopy.li |
| 付费类型 | free |
| 扩展官网 | http://coopy.li/ |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Coopy - Multiple Copy\/Paste",
"version": "1.1",
"manifest_version": 2,
"description": "Coopy - Extension for Multiple Copy\/Paste",
"background": {
"persistent": true,
"page": "background.html"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"contentscript.js",
"lib\/iziToast\/js\/iziToast.min.js"
],
"css": [
"lib\/iziToast\/css\/iziToast.css"
],
"run_at": "document_end",
"all_frames": false
}
],
"icons": {
"128": "images\/icons\/icon128.png"
},
"browser_action": {
"name": "click to enable",
"default_icon": {
"16": "images\/icons\/icon16off.png",
"24": "images\/icons\/icon24off.png",
"32": "images\/icons\/icon32off.png"
}
},
"permissions": [
"clipboardRead",
"clipboardWrite",
" | |