Copy-URL
Copy only the domain name. Developed by: Devin G. and William M.
Was ist Copy-URL?
Copy-URL ist eine Chrome-Erweiterung, die von Wimiles entwickelt wurde, und ihr Hauptmerkmal ist "Copy only the domain name. Developed by: Devin G. and William M.".
Erweiterungsscreenshots
Copy-URL-Erweiterungs-CRX-Datei herunterladen
Laden Sie Copy-URL-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Copy-URL |
ID | dfmcecgmopidgcfjmlecgomffehlhnbh |
Offizielle URL | https://chromewebstore.google.com/detail/copy-url/dfmcecgmopidgcfjmlecgomffehlhnbh |
Beschreibung | Copy only the domain name. Developed by: Devin G. and William M. |
Dateigröße | 3.68 KB |
Installationsanzahl | 338 |
Aktuelle Version | 0.1.2 |
Letztes Update | 2012-11-30 |
Veröffentlichungsdatum | 2012-11-30 |
Bewertung | 5.00/5 Insgesamt 8 Bewertungen |
Entwickler | Wimiles |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |