Image Fetcher

Download all the images in the whole page by just one click!

O que é Image Fetcher?

Image Fetcher é uma extensão do Chrome desenvolvida por https://www.nzfun.cn, e sua principal característica é "Download all the images in the whole page by just one click!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Image Fetcher

Baixe arquivos de extensão Image Fetcher 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

                                            

Informações Básicas da Extensão

Nome Image Fetcher Image Fetcher
ID bpjjmpophdipjaenolmhckclbgidbbao
URL Oficial https://chrome.google.com/webstore/detail/image-fetcher/bpjjmpophdipjaenolmhckclbgidbbao
Descrição Download all the images in the whole page by just one click!
Tamanho do Arquivo 1.24 MB
Contagem de Instalações 48
Versão Atual 1.0
Última Atualização 2018-07-22
Data de Publicação 2018-07-22
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor https://www.nzfun.cn
Email [email protected]
Tipo de Pagamento free
URL da Página de Ajuda https://www.nzfun.cn
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon_19.png",
            "38": "images\/icon_38.png"
        },
        "default_popup": "popup.html",
        "default_title": "Image Fetcher"
    },
    "author": "HTB",
    "content_scripts": [
        {
            "js": [
                "js\/content-script.js",
                "js\/jquery-3.2.1.min.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "web_accessible_resources": [
        "js\/fetch.js"
    ],
    "description": "Download all the images in the whole page by just one click!",
    "homepage_url": "https:\/\/www.nzfun.cn",
    "icons": {
        "128": "images\/icon_48.png",
        "19": "images\/icon_19.png",
        "38": "images\/icon_38.png"
    },
    "manifest_version": 2,
    "name": "Image Fetcher",
    "permissions": [
        "downloads",
        "contextMenus"
    ],
    "version": "1.0"
}