IMAGE DOWNLOADER
Browse and download images on a web page.
What is IMAGE DOWNLOADER?
IMAGE DOWNLOADER is a Chrome extension developed by htaigen, and its main feature is "Browse and download images on a web page.".
Extension Screenshots
Download IMAGE DOWNLOADER Extension CRX File
Download IMAGE DOWNLOADER extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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 Extension Basic Information
| Name | |
| ID | leakgmkipjfnmnacgakpggmilnhlmbcg |
| Official URL | https://chromewebstore.google.com/detail/image-downloader/leakgmkipjfnmnacgakpggmilnhlmbcg |
| Description | Browse and download images on a web page. |
| File Size | 883 KB |
| Installation Count | 2,521 |
| Current Version | 2.4.0 |
| Last Updated | 2021-06-27 |
| Publish Date | 2019-12-11 |
| Rating | 4.08/5 Total 12 Ratings |
| Developer | htaigen |
| [email protected] | |
| Payment Type | free |
| Extension Website | https://hatai.github.io/image-downloader/ |
| Supported Languages | 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
}
} | |