IMAGE DOWNLOADER

Browse and download images on a web page.

Was ist IMAGE DOWNLOADER?

IMAGE DOWNLOADER ist eine Chrome-Erweiterung, die von htaigen entwickelt wurde, und ihr Hauptmerkmal ist "Browse and download images on a web page.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

IMAGE DOWNLOADER-Erweiterungs-CRX-Datei herunterladen

Laden Sie IMAGE DOWNLOADER-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name IMAGE DOWNLOADER IMAGE DOWNLOADER
ID leakgmkipjfnmnacgakpggmilnhlmbcg
Offizielle URL https://chromewebstore.google.com/detail/image-downloader/leakgmkipjfnmnacgakpggmilnhlmbcg
Beschreibung Browse and download images on a web page.
Dateigröße 883 KB
Installationsanzahl 2,521
Aktuelle Version 2.4.0
Letztes Update 2021-06-27
Veröffentlichungsdatum 2019-12-11
Bewertung 4.08/5 Insgesamt 12 Bewertungen
Entwickler htaigen
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://hatai.github.io/image-downloader/
Unterstützte Sprachen 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
    }
}