Copy-URL
Copy only the domain name. Developed by: Devin G. and William M.
¿Qué es Copy-URL?
Copy-URL es una extensión de Chrome desarrollada por Wimiles, y su función principal es "Copy only the domain name. Developed by: Devin G. and William M.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Copy-URL
Descarga archivos de extensión Copy-URL en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Copy-URL |
ID | dfmcecgmopidgcfjmlecgomffehlhnbh |
URL Oficial | https://chromewebstore.google.com/detail/copy-url/dfmcecgmopidgcfjmlecgomffehlhnbh |
Descripción | Copy only the domain name. Developed by: Devin G. and William M. |
Tamaño del Archivo | 3.68 KB |
Cantidad de Instalaciones | 338 |
Versión Actual | 0.1.2 |
Última Actualización | 2012-11-30 |
Fecha de Publicación | 2012-11-30 |
Calificación | 5.00/5 Total de 8 Calificaciones |
Desarrollador | Wimiles |
Tipo de Pago | free |
Idiomas Soportados | 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" } } |