Down all images!
Downloads all images on the current website to your computer.
Apa itu Down all images!?
Down all images! adalah ekstensi Chrome yang dikembangkan oleh Kevin Roos, dan fitur utamanya adalah "Downloads all images on the current website to your computer.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Down all images!
Unduh file ekstensi Down all images! 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
✔ Displays the number of images on the current website ✔ Downloads all of them with one click to a ZIP folder If you're interested in how the program works internally, check it out on GitHub (click on "Website" below this description): https://github.com/Rookev/ImageDownloader Have fun, rate this extension and let me know your feedback!
Informasi Dasar Ekstensi
Nama | Down all images! |
ID | hhmmkooabfefibpnhfbblbajfccfoilp |
URL Resmi | https://chromewebstore.google.com/detail/down-all-images/hhmmkooabfefibpnhfbblbajfccfoilp |
Deskripsi | Downloads all images on the current website to your computer. |
Ukuran File | 68.36 KB |
Jumlah Instalasi | 484 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2015-04-23 |
Tanggal Publikasi | 2015-04-22 |
Penilaian | 2.67/5 Total 6 Penilaian |
Pengembang | Kevin Roos |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/Rookev/ImageDownloader |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Down all images!", "description": "Downloads all images on the current website to your computer.", "version": "1.0.0", "browser_action": { "default_icon": "icon128.png", "default_popup": "popup.html", "default_title": "Down all images!" }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "activeTab", "http:\/\/*\/", "https:\/\/*\/" ] } |