Bat! Images Hunter

Hunt and save all of images of the browsing page, and view images in a lightbox.

Cos'è Bat! Images Hunter?

Bat! Images Hunter è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Hunt and save all of images of the browsing page, and view images in a lightbox.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Bat! Images Hunter

Scarica i file di estensione Bat! Images Hunter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        2013.6.30
修改一些bug

7.2
加入了英语国际化支持
优化逻辑

7.1
在下载图片之前,可弹出菜单选择要下载图片的种类
6.29
图片分类下载并显示,可选择不同类型的图片进行保存;
人人网相册下载时,如果原图下载失败,自动下载大图;
修正bug。

6.26
自动保存人人网的相册高清原图,可下载整个相册。

1. 该扩展可自动筛选当前页面图片,并保存图片。
2. 可设定条件过滤图片。
3. lightbox浏览图片
3. 用户可自定义规则。                    

Informazioni di Base sull'Estensione

Nome Bat! Images Hunter Bat! Images Hunter
ID imaaiilmcbpokolbjlimgccaifclhama
URL Ufficiale https://chromewebstore.google.com/detail/bat-images-hunter/imaaiilmcbpokolbjlimgccaifclhama
Descrizione Hunt and save all of images of the browsing page, and view images in a lightbox.
Dimensione del File 118 KB
Conteggio Installazioni 1,342
Versione Corrente 2.0
Ultimo Aggiornamento 2013-06-29
Data di Pubblicazione 2013-06-29
Valutazione 3.43/5 Totale 14 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "batty48.png",
        "default_title": "__MSG_extName__",
        "default_popup": "pop.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/jquery-1.7.2.min.js",
                "js\/content_script.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "description": "__MSG_extDescription__",
    "icons": {
        "128": "batty128.png",
        "48": "batty48.png",
        "16": "batty16.png"
    },
    "name": "__MSG_extName__",
    "default_locale": "en",
    "options_page": "options.html",
    "permissions": [
        "tabs",
        ""
    ],
    "version": "2.0",
    "manifest_version": 2
}