Copy URL
Copy URL of the active tab into the clipboard
Qu'est-ce que Copy URL ?
Copy URL est une extension Chrome développée par https://lukaspolak.com, et sa fonction principale est "Copy URL of the active tab into the clipboard".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Copy URL
Téléchargez les fichiers d'extension Copy URL 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
Copy URL of the active tab into the clipboard with a single click. Just press the "Copy URL" toolbar button and see the magic! Now you can even change the extension icon color! Just right-click on the extension, pick an "Options," and choose your preferred color theme.
Informations de Base sur l'Extension
Nom | Copy URL |
ID | fcniaangaighnlfnjgcaonolkiibkdan |
URL Officiel | https://chromewebstore.google.com/detail/copy-url/fcniaangaighnlfnjgcaonolkiibkdan |
Description | Copy URL of the active tab into the clipboard |
Taille du Fichier | 85.23 KB |
Nombre d'Installations | 25 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2021-12-25 |
Date de Publication | 2021-12-24 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://lukaspolak.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.lukaspolak.com/projects/chrome-extensions/copy-url |
URL de la Page d'Aide | https://www.lukaspolak.com/projects/chrome-extensions/copy-url/support |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Copy URL", "description": "Copy URL of the active tab into the clipboard", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "options_page": "options.html", "permissions": [ "activeTab", "storage", "scripting" ], "action": { "default_icon": { "16": "\/images\/icon-light-16.png", "32": "\/images\/icon-light-32.png", "48": "\/images\/icon-light-48.png", "128": "\/images\/icon-light-128.png" } }, "icons": { "16": "\/images\/icon-light-16.png", "32": "\/images\/icon-light-32.png", "48": "\/images\/icon-light-48.png", "128": "\/images\/icon-light-128.png" } } |