IMAGE DOWNLOADER

Browse and download images on a web page.

IMAGE DOWNLOADERคืออะไร?

IMAGE DOWNLOADER เป็นส่วนขยายของ Chrome ที่พัฒนาโดย htaigen และคุณลักษณะหลักของมันคือ "Browse and download images on a web page."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย IMAGE DOWNLOADER

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

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

                        IMAGE DOWNLOADER

See images that the page contains and links to
Filter them by width, height, and URL; supports wildcard and regex
Optionally show only images from links
Select images to download by clicking on the image
Use dedicated buttons to download or open individual images in new tabs
Customize image display width, columns, border size, and color
Hide filters, buttons and notifications you don't need                    

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

ชื่อ IMAGE DOWNLOADER IMAGE DOWNLOADER
ID leakgmkipjfnmnacgakpggmilnhlmbcg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/image-downloader/leakgmkipjfnmnacgakpggmilnhlmbcg
คำอธิบาย Browse and download images on a web page.
ขนาดไฟล์ 883 KB
จำนวนการติดตั้ง 2,521
เวอร์ชันปัจจุบัน 2.4.0
อัปเดตครั้งล่าสุด 2021-06-27
วันที่เผยแพร่ 2019-12-11
คะแนน 4.08/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา htaigen
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://hatai.github.io/image-downloader/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IMAGE DOWNLOADER",
    "short_name": "IMG DOWNLOADER",
    "description": "Browse and download images on a web page.",
    "version": "2.4.0",
    "minimum_chrome_version": "60",
    "manifest_version": 2,
    "author": "hatai",
    "permissions": [
        "activeTab",
        "downloads",
        "storage"
    ],
    "browser_action": {
        "default_icon": "\/icons\/icon_128.png",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "\/icons\/icon_16.png",
        "48": "\/icons\/icon_48.png",
        "128": "\/icons\/icon_128.png"
    },
    "web_accessible_resources": [
        "\/images\/open.png",
        "\/images\/download.png"
    ],
    "background": {
        "scripts": [
            "\/scripts\/background.js"
        ],
        "persistent": false
    }
}