IMAGE DOWNLOADER

Browse and download images on a web page.

Hvad er IMAGE DOWNLOADER?

IMAGE DOWNLOADER er en Chrome-udvidelse udviklet af htaigen, og dens hovedfunktion er "Browse and download images on a web page.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download IMAGE DOWNLOADER-udvidelses-CRX-fil

Download IMAGE DOWNLOADER-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn IMAGE DOWNLOADER IMAGE DOWNLOADER
ID leakgmkipjfnmnacgakpggmilnhlmbcg
Officiel URL https://chromewebstore.google.com/detail/image-downloader/leakgmkipjfnmnacgakpggmilnhlmbcg
Beskrivelse Browse and download images on a web page.
Filstørrelse 883 KB
Antal Installationer 2,521
Nuværende Version 2.4.0
Senest Opdateret 2021-06-27
Udgivelsesdato 2019-12-11
Bedømmelse 4.08/5 Samlet 12 Bedømmelser
Udvikler htaigen
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://hatai.github.io/image-downloader/
Understøttede Sprog 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
    }
}