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 هو إضافة Chrome تم تطويرها بواسطة LittleBee، والميزة الرئيسية لها هي "A free Chrome extension, streamlines image analysis, filtering, and efficient batch downloads, enhancing work productivity.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Image Batch Download Master - Little Bee

قم بتنزيل ملفات الامتداد Image Batch Download Master - Little Bee بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    ]
}