Image Downloader

Browse and download images from websites using Image Downloader.

Qu'est-ce que Image Downloader ?

Image Downloader est une extension Chrome développée par FREE APPS, et sa fonction principale est "Browse and download images from websites using Image Downloader.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Image Downloader

Téléchargez les fichiers d'extension Image Downloader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Image Downloader Image Downloader
ID famigmidcdlbjhapgalgnebdfbgcleko
URL Officiel https://chrome.google.com/webstore/detail/image-downloader/famigmidcdlbjhapgalgnebdfbgcleko
Description Browse and download images from websites using Image Downloader.
Taille du Fichier 110 KB
Nombre d'Installations 421
Version Actuelle 1.0.0
Dernière Mise à Jour 2020-11-23
Date de Publication 2020-11-23
Évaluation 3.67/5 Total 3 Évaluations
Développeur FREE APPS
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.smart-finder.net/privacy.html
Langues Prises en Charge 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"
    ]
}