True Copy
Removes user-defined functions hung on the copy function on some unreasonable sites.
Qu'est-ce que True Copy ?
True Copy est une extension Chrome développée par https://arsen.pw, et sa fonction principale est "Removes user-defined functions hung on the copy function on some unreasonable sites.".
Télécharger le fichier CRX de l'extension True Copy
Téléchargez les fichiers d'extension True Copy au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Существуют сайты, при копировании текста с которых вместо желаемого вы получаете текст без разметки, так еще и дополнительные копирайты авторов сайта. Для того, чтобы можно было скопировать так, как это выглядит на странице, то достаточно просто поставить это расширение и на всегда забыть про странные сайты.
Informations de Base sur l'Extension
Nom | True Copy |
ID | pdpononbllfljghebopgbojncpcfgmlc |
URL Officiel | https://chromewebstore.google.com/detail/true-copy/pdpononbllfljghebopgbojncpcfgmlc |
Description | Removes user-defined functions hung on the copy function on some unreasonable sites. |
Taille du Fichier | 11.67 KB |
Nombre d'Installations | 59 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2017-02-07 |
Date de Publication | 2017-02-06 |
Évaluation | 4.75/5 Total 4 Évaluations |
Développeur | https://arsen.pw |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/ArsenBespalov/TrueCopy |
URL de la Page d'Aide | https://github.com/ArsenBespalov/TrueCopy/issues |
Langues Prises en Charge | 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" ] } |