Image Grabber

Download images in bulk without clutter

O que é Image Grabber?

Image Grabber é uma extensão do Chrome desenvolvida por Christian Clarke, e sua principal característica é "Download images in bulk without clutter".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Image Grabber

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

                        Need to download all images from the page?
Image Grabber will do it. And filters out clutter -- just specify minimum image size.

What addon can do:
✔️ Download all images on the page
✔️ Filter out by size
✔️ Proper file name
✔️ Supports all web media formats                    

Informações Básicas da Extensão

Nome Image Grabber Image Grabber
ID codgffmjmmfaihkhhcfifbfooeoepgfm
URL Oficial https://chrome.google.com/webstore/detail/image-grabber/codgffmjmmfaihkhhcfifbfooeoepgfm
Descrição Download images in bulk without clutter
Tamanho do Arquivo 1.12 MB
Contagem de Instalações 300,000
Versão Atual 0.16
Última Atualização 2021-02-01
Data de Publicação 2021-02-01
Classificação 1.63/5 Total de 8 Avaliações
Desenvolvedor Christian Clarke
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://www.notion.so/Privacy-policy-Image-Grabber-813651327d384fab9c1160aa1cfe5e02
Idiomas Suportados id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/*.google-analytics.com https:\/\/*.googleapis.com https:\/\/www.googletagmanager.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "js": [
                "lib\/jquery\/jquery-3.4.1.js",
                "content.js",
                "img_count.js"
            ]
        }
    ],
    "icons": {
        "128": "icon-128.png",
        "48": "icon-48.png",
        "16": "icon-16.png"
    },
    "description": "__MSG_appDesc__",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "permissions": [
        "downloads",
        ""
    ],
    "version": "0.16",
    "default_locale": "en",
    "web_accessible_resources": [
        "*"
    ]
}