Sparkbox Websnap
Batch image snap feature to collect all visible image resources from the webpage to Sparkbox.
Apa itu Sparkbox Websnap?
Sparkbox Websnap adalah ekstensi Chrome yang dikembangkan oleh https://www.icyblaze.com, dan fitur utamanya adalah "Batch image snap feature to collect all visible image resources from the webpage to Sparkbox.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Sparkbox Websnap
Unduh file ekstensi Sparkbox Websnap 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
Sparkbox Websnap let you load the entire webpage directly from Chrome to Sparkbox, which customer can then easily collect the entire web page or the images inside the page to Sparkbox.
Informasi Dasar Ekstensi
Nama | Sparkbox Websnap |
ID | albikianablfdfmckgdiiboobeihdnna |
URL Resmi | https://chromewebstore.google.com/detail/sparkbox-websnap/albikianablfdfmckgdiiboobeihdnna |
Deskripsi | Batch image snap feature to collect all visible image resources from the webpage to Sparkbox. |
Ukuran File | 44.72 KB |
Jumlah Instalasi | 261 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2012-11-14 |
Tanggal Publikasi | 2012-11-13 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | https://www.icyblaze.com |
Tipe Pembayaran | free |
Situs Ekstensi | http://www.icyblaze.com/sparkbox |
URL Halaman Bantuan | http://www.icyblaze.com/support |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sparkbox Websnap", "version": "1.0.1", "manifest_version": 2, "description": "Batch image snap feature to collect all visible image resources from the webpage to Sparkbox.", "permissions": [ "tabs" ], "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "background": { "page": "background.html" }, "browser_action": { "default_icon": "sparkbox-extension.png", "default_title": "Sparkbox Websnap" } } |