Copy-URL
Copy only the domain name. Developed by: Devin G. and William M.
Wat is Copy-URL?
Copy-URL is een Chrome-extensie ontwikkeld door Wimiles, en de belangrijkste functie is "Copy only the domain name. Developed by: Devin G. and William M.".
Extensie Screenshots
Download het CRX-bestand van de extensie Copy-URL
Download Copy-URL-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | dfmcecgmopidgcfjmlecgomffehlhnbh |
| Officiële URL | https://chromewebstore.google.com/detail/copy-url/dfmcecgmopidgcfjmlecgomffehlhnbh |
| Beschrijving | Copy only the domain name. Developed by: Devin G. and William M. |
| Bestandsgrootte | 3.68 KB |
| Aantal Installaties | 338 |
| Huidige Versie | 0.1.2 |
| Laatst Bijgewerkt | 2012-11-30 |
| Publicatiedatum | 2012-11-30 |
| Beoordeling | 5.00/5 Totaal 8 Beoordelingen |
| Ontwikkelaar | Wimiles |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
} | |