Copy All Urls
This extension copies all url on the current window to the clipboard. You can set the format up at option menu.
Apa itu Copy All Urls?
Copy All Urls adalah ekstensi Chrome yang dikembangkan oleh kdmsnr, dan fitur utamanya adalah "This extension copies all url on the current window to the clipboard. You can set the format up at option menu.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Copy All Urls
Unduh file ekstensi Copy All Urls 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
This extension copies all url on the current window to the clipboard. You can set the format up at option menu.
Informasi Dasar Ekstensi
Nama | Copy All Urls |
ID | iiagcalhlpmgdipdcikkjiliaankcagj |
URL Resmi | https://chromewebstore.google.com/detail/copy-all-urls/iiagcalhlpmgdipdcikkjiliaankcagj |
Deskripsi | This extension copies all url on the current window to the clipboard. You can set the format up at option menu. |
Ukuran File | 5.27 KB |
Jumlah Instalasi | 3,801 |
Versi Saat Ini | 0.2.7 |
Terakhir Diperbarui | 2013-06-25 |
Tanggal Publikasi | 2013-06-25 |
Penilaian | 4.00/5 Total 40 Penilaian |
Pengembang | kdmsnr |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://github.com/kdmsnr/chrome_extensions/tree/master/copy_all_urls/ |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Copy All Urls", "version": "0.2.7", "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "options_page": "options.html", "permissions": [ "tabs" ] } |