Image Batch Download Master - Little Bee

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

Apa itu Image Batch Download Master - Little Bee?

Image Batch Download Master - Little Bee adalah ekstensi Chrome yang dikembangkan oleh LittleBee, dan fitur utamanya adalah "A free Chrome extension, streamlines image analysis, filtering, and efficient batch downloads, enhancing work productivity.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Image Batch Download Master - Little Bee

Unduh file ekstensi Image Batch Download Master - Little Bee dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Image Batch Download Master - Little Bee Image Batch Download Master - Little Bee
ID kdimkffkncgidmjphcocmenmabjfnedb
URL Resmi https://chromewebstore.google.com/detail/image-batch-download-mast/kdimkffkncgidmjphcocmenmabjfnedb
Deskripsi A free Chrome extension, streamlines image analysis, filtering, and efficient batch downloads, enhancing work productivity.
Ukuran File 2.42 MB
Jumlah Instalasi 67
Versi Saat Ini 0.0.1
Terakhir Diperbarui 2023-12-05
Tanggal Publikasi 2023-12-05
Penilaian 4.00/5 Total 2 Penilaian
Pengembang LittleBee
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}