True Copy
Removes user-defined functions hung on the copy function on some unreasonable sites.
什么是True Copy?
True Copy是由https://arsen.pw开发的Chrome扩展程序,该扩展的主要功能是“Removes user-defined functions hung on the copy function on some unreasonable sites.”。
下载True Copy扩展crx文件
下载True Copy扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Существуют сайты, при копировании текста с которых вместо желаемого вы получаете текст без разметки, так еще и дополнительные копирайты авторов сайта. Для того, чтобы можно было скопировать так, как это выглядит на странице, то достаточно просто поставить это расширение и на всегда забыть про странные сайты. 扩展基本信息
| 名称 | |
| ID | pdpononbllfljghebopgbojncpcfgmlc |
| 官方URL | https://chromewebstore.google.com/detail/true-copy/pdpononbllfljghebopgbojncpcfgmlc |
| 简介 | Removes user-defined functions hung on the copy function on some unreasonable sites. |
| 文件大小 | 11.67 KB |
| 安装次数 | 59 |
| 当前版本 | 1.0.1 |
| 更新时间 | 2017-02-07 |
| 上架时间 | 2017-02-06 |
| 评分 | 4.75/5 共4次评分 |
| 开发者 | https://arsen.pw |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/ArsenBespalov/TrueCopy |
| 帮助页面URL | https://github.com/ArsenBespalov/TrueCopy/issues |
| 支持的语言 | en,ru |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"default_locale": "ru",
"name": "__MSG_APP_NAME__",
"short_name": "truecopy",
"version": "1.0.1",
"description": "__MSG_APP_DESCRIPTION__",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"author": "Arsen Bespalov",
"homepage_url": "https:\/\/github.com\/ArsenBespalov\/TrueCopy",
"content_scripts": [
{
"js": [
"script.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"file:\/\/\/*"
],
"run_at": "document_end",
"all_frames": true
}
],
"minimum_chrome_version": "56",
"permissions": [
"tabs"
]
} | |