Bat! Images Hunter

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

Bat! Images Hunter란 무엇입니까?

Bat! Images Hunter은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Hunt and save all of images of the browsing page, and view images in a lightbox."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Bat! Images Hunter 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        2013.6.30
修改一些bug

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

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

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

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

확장 프로그램 기본 정보

이름 Bat! Images Hunter Bat! Images Hunter
ID imaaiilmcbpokolbjlimgccaifclhama
공식 URL https://chromewebstore.google.com/detail/bat-images-hunter/imaaiilmcbpokolbjlimgccaifclhama
설명 Hunt and save all of images of the browsing page, and view images in a lightbox.
파일 크기 118 KB
설치 횟수 1,342
현재 버전 2.0
최근 업데이트 2013-06-29
출시 날짜 2013-06-29
평점 3.43/5 총 14 개의 평점
개발자 Unknown
결제 유형 free
지원되는 언어 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
}