Download Images

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

Was ist Download Images?

Download Images ist eine Chrome-Erweiterung, die von Free Software Apps entwickelt wurde, und ihr Hauptmerkmal ist "A powerful extension and you can customize it to save the selected image from the current tab page, on any web page.".

Erweiterungsscreenshots

screenshot

Download Images-Erweiterungs-CRX-Datei herunterladen

Laden Sie Download Images-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

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Download Images Download Images
ID affccikominfmpcchecefmibpdenookk
Offizielle URL https://chromewebstore.google.com/detail/download-images/affccikominfmpcchecefmibpdenookk
Beschreibung A powerful extension and you can customize it to save the selected image from the current tab page, on any web page.
Dateigröße 395 KB
Installationsanzahl 5,483
Aktuelle Version 1.0.3
Letztes Update 2020-10-09
Veröffentlichungsdatum 2019-09-20
Bewertung 4.00/5 Insgesamt 9 Bewertungen
Entwickler Free Software Apps
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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
    }
}