Image Downloader

Browse and download images from websites using Image Downloader.

Cos'è Image Downloader?

Image Downloader è un'estensione di Chrome sviluppata da FREE APPS, e la sua funzione principale è "Browse and download images from websites using Image Downloader.".

Screenshot dell'Estensione

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 can browse, find and download images from any web pages. All picture gallery from the website are displayed in extension. Fast photo downloader one click.

For downloading click to the icon of extension on current website. It will display all photos on web page. Click on the green arrow and the image will be saved to hard disk.

You can download photos from Instagram, Facebook and more popular webs. Support formats are JPG, PNG, GIF, JPEG.                    

Informazioni di Base sull'Estensione

Nome Image Downloader Image Downloader
ID famigmidcdlbjhapgalgnebdfbgcleko
URL Ufficiale https://chrome.google.com/webstore/detail/image-downloader/famigmidcdlbjhapgalgnebdfbgcleko
Descrizione Browse and download images from websites using Image Downloader.
Dimensione del File 110 KB
Conteggio Installazioni 421
Versione Corrente 1.0.0
Ultimo Aggiornamento 2020-11-23
Data di Pubblicazione 2020-11-23
Valutazione 3.67/5 Totale 3 Valutazioni
Sviluppatore FREE APPS
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.smart-finder.net/privacy.html
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0",
    "name": "Image Downloader",
    "description": "Browse and download images from websites using Image Downloader.",
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/ico_19.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "icons": {
        "128": "img\/ico_128.png",
        "16": "img\/ico_16.png",
        "48": "img\/ico_48.png"
    },
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        "",
        "downloads"
    ]
}