URL Copy
This extension will copy the current tab's URL to your clipboard.
Qu'est-ce que URL Copy ?
URL Copy est une extension Chrome développée par tubaguy50035, et sa fonction principale est "This extension will copy the current tab's URL to your clipboard.".
Télécharger le fichier CRX de l'extension URL Copy
Téléchargez les fichiers d'extension URL 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
This extension allows you to copy the URL of your active tab with one click!
Informations de Base sur l'Extension
Nom | |
ID | ipdfpenpabfdkmiegmhmfpoadnbddelj |
URL Officiel | https://chrome.google.com/webstore/detail/url-copy/ipdfpenpabfdkmiegmhmfpoadnbddelj |
Description | This extension will copy the current tab's URL to your clipboard. |
Taille du Fichier | 9.95 KB |
Nombre d'Installations | 103 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2013-12-11 |
Date de Publication | 2013-12-11 |
Évaluation | 3.67/5 Total 3 Évaluations |
Développeur | tubaguy50035 |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "URL Copy", "description": "This extension will copy the current tab's URL to your clipboard.", "version": "1.0", "permissions": [ "tabs", "clipboardWrite" ], "background": { "scripts": [ "bg.js" ], "pages": [ "background.html" ] }, "browser_action": { "default_title": "", "default_icon": "19.png" }, "icons": { "128": "icon.png" } } |