IMAGE DOWNLOADER
Browse and download images on a web page.
Apa itu IMAGE DOWNLOADER?
IMAGE DOWNLOADER adalah ekstensi Chrome yang dikembangkan oleh htaigen, dan fitur utamanya adalah "Browse and download images on a web page.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi IMAGE DOWNLOADER
Unduh file ekstensi IMAGE DOWNLOADER 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
IMAGE DOWNLOADER See images that the page contains and links to Filter them by width, height, and URL; supports wildcard and regex Optionally show only images from links Select images to download by clicking on the image Use dedicated buttons to download or open individual images in new tabs Customize image display width, columns, border size, and color Hide filters, buttons and notifications you don't need
Informasi Dasar Ekstensi
Nama | IMAGE DOWNLOADER |
ID | leakgmkipjfnmnacgakpggmilnhlmbcg |
URL Resmi | https://chromewebstore.google.com/detail/image-downloader/leakgmkipjfnmnacgakpggmilnhlmbcg |
Deskripsi | Browse and download images on a web page. |
Ukuran File | 883 KB |
Jumlah Instalasi | 2,521 |
Versi Saat Ini | 2.4.0 |
Terakhir Diperbarui | 2021-06-27 |
Tanggal Publikasi | 2019-12-11 |
Penilaian | 4.08/5 Total 12 Penilaian |
Pengembang | htaigen |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://hatai.github.io/image-downloader/ |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IMAGE DOWNLOADER", "short_name": "IMG DOWNLOADER", "description": "Browse and download images on a web page.", "version": "2.4.0", "minimum_chrome_version": "60", "manifest_version": 2, "author": "hatai", "permissions": [ "activeTab", "downloads", "storage" ], "browser_action": { "default_icon": "\/icons\/icon_128.png", "default_popup": "index.html" }, "icons": { "16": "\/icons\/icon_16.png", "48": "\/icons\/icon_48.png", "128": "\/icons\/icon_128.png" }, "web_accessible_resources": [ "\/images\/open.png", "\/images\/download.png" ], "background": { "scripts": [ "\/scripts\/background.js" ], "persistent": false } } |