IMAGE DOWNLOADER

Browse and download images on a web page.

Cos'è IMAGE DOWNLOADER?

IMAGE DOWNLOADER è un'estensione di Chrome sviluppata da htaigen, e la sua funzione principale è "Browse and download images on a web page.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione IMAGE DOWNLOADER

Scarica i file di estensione IMAGE DOWNLOADER in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome IMAGE DOWNLOADER IMAGE DOWNLOADER
ID leakgmkipjfnmnacgakpggmilnhlmbcg
URL Ufficiale https://chromewebstore.google.com/detail/image-downloader/leakgmkipjfnmnacgakpggmilnhlmbcg
Descrizione Browse and download images on a web page.
Dimensione del File 883 KB
Conteggio Installazioni 2,521
Versione Corrente 2.4.0
Ultimo Aggiornamento 2021-06-27
Data di Pubblicazione 2019-12-11
Valutazione 4.08/5 Totale 12 Valutazioni
Sviluppatore htaigen
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://hatai.github.io/image-downloader/
Lingue Supportate 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
    }
}