1 Click Image Downloader

Shift + Right Click to download any image. Support downloading original images from Google Image Search and Bing.

O que é 1 Click Image Downloader?

1 Click Image Downloader é uma extensão do Chrome desenvolvida por Tien Nguyen Hoanh, e sua principal característica é "Shift + Right Click to download any image. Support downloading original images from Google Image Search and Bing.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão 1 Click Image Downloader

Baixe arquivos de extensão 1 Click Image Downloader 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

                        1 Click Image Downloader

SHIFT + RIGHT CLICK (hold SHIFT and click on RIGHT CLICK) on the image you want to download. Please do not confuse RIGHT CLICK with LEFT CLICK.

Will not download background images.

All images will be converted to JPEG format.

Hint: To specify where you want to save image, go to chrome://settings/, choose "Show advanced settings", then choose your download location under "Downloads" section.

If you get annoyed because of the prompt asking where to save image, untick "Ask where to save each file before downloading" also under the "Downloads" section.                    

Informações Básicas da Extensão

Nome 1 Click Image Downloader 1 Click Image Downloader
ID jeglddgldjfpimpabgoobkfdhodiolhh
URL Oficial https://chrome.google.com/webstore/detail/1-click-image-downloader/jeglddgldjfpimpabgoobkfdhodiolhh
Descrição Shift + Right Click to download any image. Support downloading original images from Google Image Search and Bing.
Tamanho do Arquivo 134 KB
Contagem de Instalações 6,000
Versão Atual 0.1
Última Atualização 2017-08-04
Data de Publicação 2017-08-04
Classificação 2.76/5 Total de 34 Avaliações
Desenvolvedor Tien Nguyen Hoanh
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "1 Click Image Downloader",
    "description": "Shift + Right Click to download any image. Support downloading original images from Google Image Search and Bing.",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery\/jquery-1.11.0.min.js",
                "libs.js",
                "main.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "media\/logo.png"
    },
    "web_accessible_resources": [
        "jquery\/jquery-1.11.0.min.js",
        "jquery\/jquery-1.11.0.min.map",
        "iframes\/loading.html",
        "iframes\/error.html",
        "options\/options.html"
    ],
    "options_page": "options\/options.html",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}