CopyURL Extension
Handmade URL Copy Extension allows you to copy any URL from the current browser tab in one click.
Qu'est-ce que CopyURL Extension ?
CopyURL Extension est une extension Chrome développée par https://grademiners.com, et sa fonction principale est "Handmade URL Copy Extension allows you to copy any URL from the current browser tab in one click.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension CopyURL Extension
Téléchargez les fichiers d'extension CopyURL Extension 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
Handmade URL Copy Extension allows you to copy any URL from the current browser tab in one click.
Informations de Base sur l'Extension
Nom | CopyURL Extension |
ID | cjoghpfkipapcnmhmdhjkbompidigllf |
URL Officiel | https://chromewebstore.google.com/detail/copyurl-extension/cjoghpfkipapcnmhmdhjkbompidigllf |
Description | Handmade URL Copy Extension allows you to copy any URL from the current browser tab in one click. |
Taille du Fichier | 6.17 KB |
Nombre d'Installations | 70 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2021-09-26 |
Date de Publication | 2021-09-25 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | https://grademiners.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://grademiners.com/ |
URL de la Page d'Aide | https://grademiners.com/ |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.0", "name": "CopyURL Extension", "homepage_url": "https:\/\/grademiners.com\/", "icons": { "128": "icon.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_title": "Copy URL", "default_icon": "icon.png" }, "permissions": [ "tabs" ] } |