Image Batch Download Master - Little Bee

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

Qu'est-ce que Image Batch Download Master - Little Bee ?

Image Batch Download Master - Little Bee est une extension Chrome développée par LittleBee, et sa fonction principale est "A free Chrome extension, streamlines image analysis, filtering, and efficient batch downloads, enhancing work productivity.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Image Batch Download Master - Little Bee

Téléchargez les fichiers d'extension Image Batch Download Master - Little Bee au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Image Batch Download Master - Little Bee Image Batch Download Master - Little Bee
ID kdimkffkncgidmjphcocmenmabjfnedb
URL Officiel https://chromewebstore.google.com/detail/image-batch-download-mast/kdimkffkncgidmjphcocmenmabjfnedb
Description A free Chrome extension, streamlines image analysis, filtering, and efficient batch downloads, enhancing work productivity.
Taille du Fichier 2.42 MB
Nombre d'Installations 67
Version Actuelle 0.0.1
Dernière Mise à Jour 2023-12-05
Date de Publication 2023-12-05
Évaluation 4.00/5 Total 2 Évaluations
Développeur LittleBee
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}