Copy-URL
Copy only the domain name. Developed by: Devin G. and William M.
Co je Copy-URL?
Copy-URL je rozšíření Chrome vyvinuté Wimiles, a jeho hlavní funkcí je „Copy only the domain name. Developed by: Devin G. and William M.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Copy-URL
Stáhněte si soubory rozšíření Copy-URL ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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. Základní Informace o Rozšíření
| Název | |
| ID | dfmcecgmopidgcfjmlecgomffehlhnbh |
| Oficiální URL | https://chromewebstore.google.com/detail/copy-url/dfmcecgmopidgcfjmlecgomffehlhnbh |
| Popis | Copy only the domain name. Developed by: Devin G. and William M. |
| Velikost souboru | 3.68 KB |
| Počet instalací | 338 |
| Aktuální Verze | 0.1.2 |
| Poslední Aktualizace | 2012-11-30 |
| Datum Vydání | 2012-11-30 |
| Hodnocení | 5.00/5 Celkem 8 Hodnocení |
| Vývojář | Wimiles |
| Typ Platby | free |
| Podporované Jazyky | 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"
}
} | |