Copy-URL
Copy only the domain name. Developed by: Devin G. and William M.
Cos'è Copy-URL?
Copy-URL è un'estensione di Chrome sviluppata da Wimiles, e la sua funzione principale è "Copy only the domain name. Developed by: Devin G. and William M.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Copy-URL
Scarica i file di estensione Copy-URL in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | dfmcecgmopidgcfjmlecgomffehlhnbh |
| URL Ufficiale | https://chromewebstore.google.com/detail/copy-url/dfmcecgmopidgcfjmlecgomffehlhnbh |
| Descrizione | Copy only the domain name. Developed by: Devin G. and William M. |
| Dimensione del File | 3.68 KB |
| Conteggio Installazioni | 338 |
| Versione Corrente | 0.1.2 |
| Ultimo Aggiornamento | 2012-11-30 |
| Data di Pubblicazione | 2012-11-30 |
| Valutazione | 5.00/5 Totale 8 Valutazioni |
| Sviluppatore | Wimiles |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
}
} | |