Loadify - Smart Image Downloader

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

Co to jest Loadify - Smart Image Downloader?

Loadify - Smart Image Downloader to rozszerzenie Chrome opracowane przez Loadify, a jego główną funkcją jest „The definitive tool to get all the images and colors of any web.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Loadify - Smart Image Downloader

Pobierz pliki rozszerzeń Loadify - Smart Image Downloader w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Loadify - Smart Image Downloader Loadify - Smart Image Downloader
ID kbohbdnooimgjlohmicjmoagppjdcbam
Oficjalny URL https://chromewebstore.google.com/detail/loadify-smart-image-downl/kbohbdnooimgjlohmicjmoagppjdcbam
Opis The definitive tool to get all the images and colors of any web.
Rozmiar pliku 100 KB
Liczba instalacji 35,637
Aktualna Wersja 1.2.18
Ostatnia Aktualizacja 2019-09-22
Data Publikacji 2019-09-22
Ocena 4.75/5 Łącznie 40 Oceny
Deweloper Loadify
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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'"
}