GetThemAll

Download all the images on a webpage

Cos'è GetThemAll?

GetThemAll è un'estensione di Chrome sviluppata da federerchou, e la sua funzione principale è "Download all the images on a webpage".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione GetThemAll

Scarica i file di estensione GetThemAll in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome GetThemAll GetThemAll
ID fhkjfciooifcflkailbnchdaihccdebf
URL Ufficiale https://chrome.google.com/webstore/detail/getthemall/fhkjfciooifcflkailbnchdaihccdebf
Descrizione Download all the images on a webpage
Dimensione del File 207 KB
Conteggio Installazioni 31,420
Versione Corrente 1.2.3
Ultimo Aggiornamento 2018-01-25
Data di Pubblicazione 2018-01-25
Valutazione 2.32/5 Totale 119 Valutazioni
Sviluppatore federerchou
Tipo di Pagamento free
Lingue Supportate 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:\/\/*"
    ]
}