Download Images

A powerful extension and you can customize it to save the selected image from the current tab page, on any web page.

Cos'è Download Images?

Download Images è un'estensione di Chrome sviluppata da Free Software Apps, e la sua funzione principale è "A powerful extension and you can customize it to save the selected image from the current tab page, on any web page.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Download Images

Scarica i file di estensione Download Images 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

                        When you visit a favorite website, or a site you visit every day, you see images that you want to download to your computer. Using the right click menu and choosing each image to download takes your time and effort, so use our extension today, we will save you time with just one click.

Once you install our software, simply navigate to the website you wish to download images from.
Click on our extension icon and choose the download images option.
You can choose whether to download all the images on the website/certain images, its easy to customize our software.                    

Informazioni di Base sull'Estensione

Nome Download Images Download Images
ID affccikominfmpcchecefmibpdenookk
URL Ufficiale https://chromewebstore.google.com/detail/download-images/affccikominfmpcchecefmibpdenookk
Descrizione A powerful extension and you can customize it to save the selected image from the current tab page, on any web page.
Dimensione del File 395 KB
Conteggio Installazioni 5,483
Versione Corrente 1.0.3
Ultimo Aggiornamento 2020-10-09
Data di Pubblicazione 2019-09-20
Valutazione 4.00/5 Totale 9 Valutazioni
Sviluppatore Free Software Apps
Email [email protected]
Tipo di Pagamento free
Lingue Supportate id,ms,de,en,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0.3",
    "name": "__MSG_application_title__",
    "description": "__MSG_app_description__",
    "default_locale": "en",
    "permissions": [
        "storage",
        "activeTab",
        "",
        "downloads"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "js\/welcome-goodbye.js",
            "js\/background.js",
            "js\/jszip.js",
            "js\/save-images.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "512": "data\/icons\/icon-512.png",
            "256": "data\/icons\/icon-256.png",
            "128": "data\/icons\/icon-128.png",
            "96": "data\/icons\/icon-96.png",
            "64": "data\/icons\/icon-64.png",
            "48": "data\/icons\/icon-48.png",
            "32": "data\/icons\/icon-32.png",
            "16": "data\/icons\/icon-16.png"
        }
    },
    "icons": {
        "512": "data\/icons\/icon-512.png",
        "256": "data\/icons\/icon-256.png",
        "128": "data\/icons\/icon-128.png",
        "96": "data\/icons\/icon-96.png",
        "64": "data\/icons\/icon-64.png",
        "48": "data\/icons\/icon-48.png",
        "32": "data\/icons\/icon-32.png",
        "16": "data\/icons\/icon-16.png"
    },
    "web_accessible_resources": [
        "data\/inject\/selector.html",
        "data\/ui\/index.html",
        "data\/gallery\/index.html"
    ],
    "homepage_url": "https:\/\/save-images.freebusinessapps.net",
    "options_ui": {
        "page": "data\/options\/index.html",
        "chrome_style": true
    }
}