Loadify - Smart Image Downloader

The definitive tool to get all the images and colors of any web.

Qu'est-ce que Loadify - Smart Image Downloader ?

Loadify - Smart Image Downloader est une extension Chrome développée par Loadify, et sa fonction principale est "The definitive tool to get all the images and colors of any web.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

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

Téléchargez les fichiers d'extension Loadify - Smart 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

                        Loadify - Smart Image Downloader.

A Powerful image download extension that gives you fast and convenient access to all images on any webpage. 

Easy to use with responsive and intuitive design. Just a single click to download all the images and colors available of any webpage.                    

Informations de Base sur l'Extension

Nom Loadify - Smart Image Downloader Loadify - Smart Image Downloader
ID kbohbdnooimgjlohmicjmoagppjdcbam
URL Officiel https://chromewebstore.google.com/detail/loadify-smart-image-downl/kbohbdnooimgjlohmicjmoagppjdcbam
Description The definitive tool to get all the images and colors of any web.
Taille du Fichier 100 KB
Nombre d'Installations 35,637
Version Actuelle 1.2.18
Dernière Mise à Jour 2019-09-22
Date de Publication 2019-09-22
Évaluation 4.75/5 Total 40 Évaluations
Développeur Loadify
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Loadify - Smart Image Downloader",
    "version": "1.2.18",
    "description": "The definitive tool to get all the images and colors of any web.",
    "icons": {
        "16": "img\/icon16.png",
        "24": "img\/icon24.png",
        "64": "img\/icon64.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_title": "Loadify - Smart Image Downloader",
        "default_icon": {
            "64": "img\/icon64.png",
            "128": "img\/icon128.png"
        }
    },
    "author": "csimo",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "*"
    ],
    "permissions": [
        "tabs",
        ""
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}