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文件

下載Image Batch Download Master - Little Bee擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}