True Copy
Removes user-defined functions hung on the copy function on some unreasonable sites.
What is True Copy?
True Copy is a Chrome extension developed by https://arsen.pw, and its main feature is "Removes user-defined functions hung on the copy function on some unreasonable sites.".
Download True Copy Extension CRX File
Download True Copy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Существуют сайты, при копировании текста с которых вместо желаемого вы получаете текст без разметки, так еще и дополнительные копирайты авторов сайта. Для того, чтобы можно было скопировать так, как это выглядит на странице, то достаточно просто поставить это расширение и на всегда забыть про странные сайты.
Extension Basic Information
Name | True Copy |
ID | pdpononbllfljghebopgbojncpcfgmlc |
Official URL | https://chromewebstore.google.com/detail/true-copy/pdpononbllfljghebopgbojncpcfgmlc |
Description | Removes user-defined functions hung on the copy function on some unreasonable sites. |
File Size | 11.67 KB |
Installation Count | 59 |
Current Version | 1.0.1 |
Last Updated | 2017-02-07 |
Publish Date | 2017-02-06 |
Rating | 4.75/5 Total 4 Ratings |
Developer | https://arsen.pw |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/ArsenBespalov/TrueCopy |
Help Page URL | https://github.com/ArsenBespalov/TrueCopy/issues |
Supported Languages | 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" ] } |