Image Downloader

Browse and download images from websites using Image Downloader.

Co to jest Image Downloader?

Image Downloader to rozszerzenie Chrome opracowane przez FREE APPS, a jego główną funkcją jest „Browse and download images from websites using Image Downloader.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Image Downloader

Pobierz pliki rozszerzeń 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

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Image Downloader Image Downloader
ID famigmidcdlbjhapgalgnebdfbgcleko
Oficjalny URL https://chrome.google.com/webstore/detail/image-downloader/famigmidcdlbjhapgalgnebdfbgcleko
Opis Browse and download images from websites using Image Downloader.
Rozmiar pliku 110 KB
Liczba instalacji 421
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2020-11-23
Data Publikacji 2020-11-23
Ocena 3.67/5 Łącznie 3 Oceny
Deweloper FREE APPS
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://www.smart-finder.net/privacy.html
Obsługiwane Języki 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"
    ]
}