GetThemAll

Download all the images on a webpage

Co to jest GetThemAll?

GetThemAll to rozszerzenie Chrome opracowane przez federerchou, a jego główną funkcją jest „Download all the images on a webpage”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia GetThemAll

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

                        You can use this extension to download all the images on a webpage. You can specify the folder you want these images to save to.                    

Podstawowe informacje o rozszerzeniu

Nazwa GetThemAll GetThemAll
ID fhkjfciooifcflkailbnchdaihccdebf
Oficjalny URL https://chrome.google.com/webstore/detail/getthemall/fhkjfciooifcflkailbnchdaihccdebf
Opis Download all the images on a webpage
Rozmiar pliku 207 KB
Liczba instalacji 31,420
Aktualna Wersja 1.2.3
Ostatnia Aktualizacja 2018-01-25
Data Publikacji 2018-01-25
Ocena 2.32/5 Łącznie 119 Oceny
Deweloper federerchou
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": "GetThemAll",
    "description": "Download all the images on a webpage",
    "version": "1.2.3",
    "author": "[email protected]",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html",
        "default_title": "GetThemAll"
    },
    "background": {
        "scripts": [
            "manager.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "downloads",
        "file:\/\/*"
    ]
}