Save All Opened Pics
Download all images from all opened tabs at once
Apa itu Save All Opened Pics?
Save All Opened Pics adalah ekstensi Chrome yang dikembangkan oleh TaufikNur Production, dan fitur utamanya adalah "Download all images from all opened tabs at once".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Save All Opened Pics
Unduh file ekstensi Save All Opened Pics 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
A chrome extension that helps you to download all images which opened in separate tabs at once. You can open photos or images which you want to download in new tab as many as you wish before actually mass download them.
Informasi Dasar Ekstensi
Nama | |
ID | meceblpljineinfobhifpfaolaeonddk |
URL Resmi | https://chromewebstore.google.com/detail/save-all-opened-pics/meceblpljineinfobhifpfaolaeonddk |
Deskripsi | Download all images from all opened tabs at once |
Ukuran File | 27.33 KB |
Jumlah Instalasi | 1,406 |
Versi Saat Ini | 0.0.1 |
Terakhir Diperbarui | 2020-07-29 |
Tanggal Publikasi | 2020-07-28 |
Penilaian | 1.67/5 Total 6 Penilaian |
Pengembang | TaufikNur Production |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Save All Opened Pics", "version": "0.0.1", "description": "Download all images from all opened tabs at once", "author": "Taufik Nur Rahmanda", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_icon": { "16": "icon16.png", "24": "icon24.png", "32": "icon32.png" }, "default_title": "Save All Opened Pics", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] } } |