Copy & Paste
The extension will allow you to speed up the time of your work. All your copies will be stored in the extension and you will have…
Qu'est-ce que Copy & Paste ?
Copy & Paste est une extension Chrome développée par gal.bogdan2015, et sa fonction principale est "The extension will allow you to speed up the time of your work. All your copies will be stored in the extension and you will have…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Copy & Paste
Téléchargez les fichiers d'extension Copy & Paste 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
The extension will allow you to speed up the time of your work. All your copies will be stored in the extension and you will have quick access to them. Save the data you need with one click by simply copying it. Just use Ctrl+c.
Informations de Base sur l'Extension
Nom | Copy & Paste |
ID | oijiikmgkljldpbpddpmhiblpgkciobn |
URL Officiel | https://chromewebstore.google.com/detail/copy-paste/oijiikmgkljldpbpddpmhiblpgkciobn |
Description | The extension will allow you to speed up the time of your work. All your copies will be stored in the extension and you will have… |
Taille du Fichier | 81.47 KB |
Nombre d'Installations | 889 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2020-06-29 |
Date de Publication | 2020-06-28 |
Développeur | gal.bogdan2015 |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Copy & Paste", "version": "1.0", "icons": { "32": "img\/logo32.png", "48": "img\/logo48.png" }, "manifest_version": 2, "permissions": [ "activeTab", "*:\/\/fonts.googleapis.com\/*", "storage" ], "background": { "scripts": [ "js\/libs\/jquery-3.2.1.min.js", "js\/libs\/safeResponse.js", "background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/oncopy.js" ] } ], "browser_action": { "default_title": "Copy & Paste", "default_icon": "img\/logo64.png", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |