Copy-URL
Copy only the domain name. Developed by: Devin G. and William M.
O que é Copy-URL?
Copy-URL é uma extensão do Chrome desenvolvida por Wimiles, e sua principal característica é "Copy only the domain name. Developed by: Devin G. and William M.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Copy-URL
Baixe arquivos de extensão Copy-URL no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Copy-URL |
ID | dfmcecgmopidgcfjmlecgomffehlhnbh |
URL Oficial | https://chromewebstore.google.com/detail/copy-url/dfmcecgmopidgcfjmlecgomffehlhnbh |
Descrição | Copy only the domain name. Developed by: Devin G. and William M. |
Tamanho do Arquivo | 3.68 KB |
Contagem de Instalações | 338 |
Versão Atual | 0.1.2 |
Última Atualização | 2012-11-30 |
Data de Publicação | 2012-11-30 |
Classificação | 5.00/5 Total de 8 Avaliações |
Desenvolvedor | Wimiles |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |