GetThemAll

Download all the images on a webpage

Wat is GetThemAll?

GetThemAll is een Chrome-extensie ontwikkeld door federerchou, en de belangrijkste functie is "Download all the images on a webpage".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie GetThemAll

Download GetThemAll-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam GetThemAll GetThemAll
ID fhkjfciooifcflkailbnchdaihccdebf
Officiële URL https://chrome.google.com/webstore/detail/getthemall/fhkjfciooifcflkailbnchdaihccdebf
Beschrijving Download all the images on a webpage
Bestandsgrootte 207 KB
Aantal Installaties 31,420
Huidige Versie 1.2.3
Laatst Bijgewerkt 2018-01-25
Publicatiedatum 2018-01-25
Beoordeling 2.32/5 Totaal 119 Beoordelingen
Ontwikkelaar federerchou
Betalingswijze free
Ondersteunde Talen 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:\/\/*"
    ]
}