Image downloader online - HImage

Download all images from website in batches.

Image downloader online - HImageคืออะไร?

Image downloader online - HImage เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://addonx.net และคุณลักษณะหลักของมันคือ "Download all images from website in batches."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Image downloader online - HImage

ดาวน์โหลดไฟล์ส่วนขยาย Image downloader online - HImage ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        The tool for batch downloading images from web pages.
1. Supported formats include jpg, png, webp, gif, svg, bmp, avif, tiff, ico.
2. You can convert webp format to jpg or png.
3. You can filter images by width and height.
4. You can filter images by format.
5. You can filter images by URL.
6. You can filter images by shape.
7. Provide a tab mode to display the captured images list in widescreen.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Image downloader online - HImage Image downloader online - HImage
ID glcgjkleinhkbopkjdjkbhmmphaohgpd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/image-downloader-online-h/glcgjkleinhkbopkjdjkbhmmphaohgpd
คำอธิบาย Download all images from website in batches.
ขนาดไฟล์ 1.28 MB
จำนวนการติดตั้ง 402
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2023-04-11
วันที่เผยแพร่ 2023-04-10
คะแนน 4.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://addonx.net
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://addonx.net/himage
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,kn-IN,th,am-ET,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_manifest_name__",
    "short_name": "HImage",
    "version": "1.0",
    "description": "__MSG_manifest_description__",
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "background": {
        "service_worker": "worker.js"
    },
    "action": {
        "default_icon": {
            "16": "img\/icon-16.png",
            "48": "img\/icon-48.png",
            "128": "img\/icon-128.png"
        },
        "default_title": "__MSG_manifest_browser_action__"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/addonx.net\/himage"
            ],
            "js": [
                "js\/jquery-3.5.1.min.js",
                "js\/loader.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "options.json",
                "filter.json",
                "js\/masonry.min.js",
                "bootstrap-5.2.3-dist\/css\/bootstrap.min.css",
                "bootstrap-5.2.3-dist\/icons\/bootstrap-icons.css",
                "bootstrap-5.2.3-dist\/icons\/fonts\/bootstrap-icons.woff2",
                "bootstrap-5.2.3-dist\/icons\/fonts\/bootstrap-icons.woff"
            ],
            "matches": [
                "https:\/\/addonx.net\/*"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "webRequest",
        "scripting",
        "activeTab",
        "declarativeNetRequest",
        "downloads"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "homepage_url": "https:\/\/addonx.net\/himage",
    "default_locale": "en"
}