Easy Copy
Copy anywhere
Qu'est-ce que Easy Copy ?
Easy Copy est une extension Chrome développée par LoryHuang, et sa fonction principale est "Copy anywhere".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Easy Copy
Téléchargez les fichiers d'extension Easy 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 | |
ID | elcaegdandcagckkngpjelhgeakcmeif |
URL Officiel | https://chromewebstore.google.com/detail/easy-copy/elcaegdandcagckkngpjelhgeakcmeif |
Description | Copy anywhere |
Taille du Fichier | 167 KB |
Nombre d'Installations | 402 |
Version Actuelle | 0.1.0 |
Dernière Mise à Jour | 2020-09-03 |
Date de Publication | 2020-09-02 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | LoryHuang |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/hzmming/easy-copy |
URL de la Page d'Aide | https://github.com/hzmming/easy-copy |
Langues Prises en Charge | 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": [ " |