Copy-URL
Copy only the domain name. Developed by: Devin G. and William M.
Apa itu Copy-URL?
Copy-URL adalah ekstensi Chrome yang dikembangkan oleh Wimiles, dan fitur utamanya adalah "Copy only the domain name. Developed by: Devin G. and William M.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Copy-URL
Unduh file ekstensi Copy-URL dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Copy-URL |
ID | dfmcecgmopidgcfjmlecgomffehlhnbh |
URL Resmi | https://chromewebstore.google.com/detail/copy-url/dfmcecgmopidgcfjmlecgomffehlhnbh |
Deskripsi | Copy only the domain name. Developed by: Devin G. and William M. |
Ukuran File | 3.68 KB |
Jumlah Instalasi | 338 |
Versi Saat Ini | 0.1.2 |
Terakhir Diperbarui | 2012-11-30 |
Tanggal Publikasi | 2012-11-30 |
Penilaian | 5.00/5 Total 8 Penilaian |
Pengembang | Wimiles |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |