GetThemAll

Download all the images on a webpage

O que é GetThemAll?

GetThemAll é uma extensão do Chrome desenvolvida por federerchou, e sua principal característica é "Download all the images on a webpage".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão GetThemAll

Baixe arquivos de extensão GetThemAll no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome GetThemAll GetThemAll
ID fhkjfciooifcflkailbnchdaihccdebf
URL Oficial https://chrome.google.com/webstore/detail/getthemall/fhkjfciooifcflkailbnchdaihccdebf
Descrição Download all the images on a webpage
Tamanho do Arquivo 207 KB
Contagem de Instalações 31,420
Versão Atual 1.2.3
Última Atualização 2018-01-25
Data de Publicação 2018-01-25
Classificação 2.32/5 Total de 119 Avaliações
Desenvolvedor federerchou
Tipo de Pagamento free
Idiomas Suportados 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:\/\/*"
    ]
}