Enable Copy
Allow selecting, copying, pasting anywhere.
什么是Enable Copy?
Enable Copy是由Derek开发的Chrome扩展程序,该扩展的主要功能是“Allow selecting, copying, pasting anywhere.”。
扩展截图
下载Enable Copy扩展crx文件
下载Enable Copy扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Enable Copy is a simple tool made by Derek.
How to use :
To enable Enable Copy, simply click the toolbar icon and then hover any element on you want to copy in current page. 扩展基本信息
| 名称 | |
| ID | igbahmkffbagkepelepkldjiknhbklga |
| 官方URL | https://chromewebstore.google.com/detail/enable-copy/igbahmkffbagkepelepkldjiknhbklga |
| 简介 | Allow selecting, copying, pasting anywhere. |
| 文件大小 | 19.78 KB |
| 安装次数 | 20,000 |
| 当前版本 | 1.0 |
| 更新时间 | 2022-01-21 |
| 上架时间 | 2020-10-05 |
| 评分 | 3.63/5 共16次评分 |
| 开发者 | Derek |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en,zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_extName__",
"manifest_version": 2,
"version": "1.0",
"description": "__MSG_extDesc__",
"default_locale": "en",
"icons": {
"48": "img\/48.png"
},
"background": {
"page": "background.html"
},
"browser_action": {
"default_icon": "img\/48.png",
"default_title": "__MSG_extName__"
},
"web_accessible_resources": [
"img\/header.png",
"img\/body.png",
"img\/footer.png"
],
"permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"file:\/\/*\/*"
]
} | |