Copy-URL
Copy only the domain name. Developed by: Devin G. and William M.
Qu'est-ce que Copy-URL ?
Copy-URL est une extension Chrome développée par Wimiles, et sa fonction principale est "Copy only the domain name. Developed by: Devin G. and William M.".
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 the Domain URL of the page you are on. Places a button next to your address bar, allowing you to copy the Domain. - This only copies the domain name (ie domain.com or www.domain.com) - Removes extras (such as http:// and /index.html) - Useful if you ping/dig/nslookup lots of domain names Updates: 0.0.2: Added popup to show text copied successfully. 0.0.3: Decreased time popup lasts by request. 0.1.0: Reworked code to work on Mac and Linux. 0.1.2: Bug fix.
Informations de Base sur l'Extension
Nom | Copy-URL |
ID | dfmcecgmopidgcfjmlecgomffehlhnbh |
URL Officiel | https://chromewebstore.google.com/detail/copy-url/dfmcecgmopidgcfjmlecgomffehlhnbh |
Description | Copy only the domain name. Developed by: Devin G. and William M. |
Taille du Fichier | 3.68 KB |
Nombre d'Installations | 338 |
Version Actuelle | 0.1.2 |
Dernière Mise à Jour | 2012-11-30 |
Date de Publication | 2012-11-30 |
Évaluation | 5.00/5 Total 8 Évaluations |
Développeur | Wimiles |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Copy-URL", "description": "Copy only the domain name. Developed by: Devin G. and William M.", "version": "0.1.2", "permissions": [ "tabs" ], "browser_action": { "default_icon": "icon.png", "default_popup": "code.html" } } |