Easy Copy
Copy anywhere
什么是Easy Copy?
Easy Copy是由LoryHuang开发的Chrome扩展程序,该扩展的主要功能是“Copy anywhere”。
扩展截图
下载Easy Copy扩展crx文件
下载Easy Copy扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
简单地解除复制限制,让用户随意复制文本,不受网站限制
扩展基本信息
名称 | |
ID | elcaegdandcagckkngpjelhgeakcmeif |
官方URL | https://chromewebstore.google.com/detail/easy-copy/elcaegdandcagckkngpjelhgeakcmeif |
简介 | Copy anywhere |
文件大小 | 167 KB |
安装次数 | 402 |
当前版本 | 0.1.0 |
更新时间 | 2020-09-03 |
上架时间 | 2020-09-02 |
评分 | 5.00/5 共2次评分 |
开发者 | LoryHuang |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/hzmming/easy-copy |
帮助页面URL | https://github.com/hzmming/easy-copy |
支持的语言 | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Easy Copy", "description": "Copy anywhere", "author": "LoryHuang && AmadeusXie", "version": "0.1.0", "manifest_version": 2, "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "browser_action": { "default_title": "Easy Copy", "default_popup": "popup\/popup.html", "default_icon": { "16": "icons\/16-gray.png", "32": "icons\/32-gray.png", "48": "icons\/48-gray.png", "128": "icons\/128-gray.png" } }, "background": { "scripts": [ "background.js" ] }, "options_ui": { "page": "options\/options.html", "chrome_style": true }, "content_scripts": [ { "matches": [ " |