Image Batch Download Master - Little Bee

A free Chrome extension, streamlines image analysis, filtering, and efficient batch downloads, enhancing work productivity.

Image Batch Download Master - Little Bee란 무엇입니까?

Image Batch Download Master - Little Bee은(는) LittleBee에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A free Chrome extension, streamlines image analysis, filtering, and efficient batch downloads, enhancing work productivity."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Image Batch Download Master - Little Bee 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Little Bee是一款免费的Chrome浏览器插件,专为图片批量下载而设计。通过该插件,你可以轻松进行网页图片的分析、筛选,并实现高效的批量下载,使工作变得更加轻松和高效。

特色功能:

大图模式:

以大图方式浏览,轻松甄选所需图片。
实现放大、缩小、翻转、旋转、切换等多种操作。
强大筛选功能:

按文件名称、文件格式、文件大小、宽度、高度等多条件排序筛选。
加快图片显示速度和操作流畅度。
多条件筛选,按格式、宽度、高度、文件名进行过滤。
一键全选/反选:

在图片筛选页面,像在文件管理器中一样轻松进行单张选取/反选。
一键全选/反选图片,提高操作效率。
一键批量格式转换:

无损转换,保持高清不模糊。
支持webp转jpg或png格式,满足不同需求。
快速下载:

一键打包批量下载,节省时间和精力。
让Little Bee成为你Chrome浏览器中的图片下载利器,让图片处理变得更加便捷!

Little Bee is a free Chrome browser extension designed for batch image downloading. With this plugin, you can easily analyze, filter, and efficiently download various types of images from web pages, making your work more effortless and productive.

Key Features:

Large Image Mode:

Browse images in large format for easy selection.
Zoom in, zoom out, flip, rotate, and switch between images seamlessly.
Powerful Filtering Options:

Sort and filter images by file name, file format, file size, width, and height.
Speed up image display and enhance operational smoothness.
Multiple criteria filtering based on format, width, height, and file name.
One-Click Select/Deselect:

Effortlessly select/deselect images similar to file management in Windows.
Streamline operations with one-click select/deselect functionality.
One-Click Batch Format Conversion:

Lossless conversion ensures images remain sharp and clear.
Convert webp to jpg or png formats during downloads.
Download Efficiency:

One-click batch download to save time and effort.
Make Little Bee your go-to image downloading tool in your Chrome browser, simplifying image processing for greater convenience!                    

확장 프로그램 기본 정보

이름 Image Batch Download Master - Little Bee Image Batch Download Master - Little Bee
ID kdimkffkncgidmjphcocmenmabjfnedb
공식 URL https://chromewebstore.google.com/detail/image-batch-download-mast/kdimkffkncgidmjphcocmenmabjfnedb
설명 A free Chrome extension, streamlines image analysis, filtering, and efficient batch downloads, enhancing work productivity.
파일 크기 2.42 MB
설치 횟수 67
현재 버전 0.0.1
최근 업데이트 2023-12-05
출시 날짜 2023-12-05
평점 4.00/5 총 2 개의 평점
개발자 LittleBee
이메일 [email protected]
결제 유형 free
지원되는 언어 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_title__",
    "description": "__MSG_desc__",
    "version": "0.0.1",
    "default_locale": "en",
    "manifest_version": 3,
    "icons": {
        "16": "img\/logo-16.png",
        "32": "img\/logo-34.png",
        "48": "img\/logo-48.png",
        "128": "img\/logo-128.png"
    },
    "action": {
        "default_popup": "pages\/popup.html",
        "default_icon": "img\/logo-16.png"
    },
    "background": {
        "service_worker": "assets\/background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "assets\/contentScript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/logo-16.png",
                "img\/logo-34.png",
                "img\/logo-48.png",
                "img\/logo-128.png"
            ],
            "matches": []
        },
        {
            "resources": [
                "pages\/workspace.html"
            ],
            "matches": []
        },
        {
            "resources": [
                "assets\/workspace.js"
            ],
            "matches": []
        }
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "permissions": [
        "storage",
        "activeTab",
        "tabs",
        "webRequest",
        "webNavigation",
        "downloads"
    ]
}