Image Downloader

Download all images from the page or only those that you like.

Image Downloaderคืออะไร?

Image Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mashastarchenkowa และคุณลักษณะหลักของมันคือ "Download all images from the page or only those that you like."

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

screenshot

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

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

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

                        Meet our new and reliable Image Downloader. This is the best extension of its kind and we doubt you`ll find any better. The product allows you to download all images in simple manner.  This app just works flawlessly and simply does its job. If you need to download image or huge amount of them, then our extension will come in handy. The only difference is that we provide really high quality product - Image Downloader. Download all the images from the web pages in one click. It is a fast, reliable and ad-free extension for chrome browser. It also has simple and intuitive interface, so the extension is pretty easy to work with. Install this amazing extension for chrome browser that is going to improve your browsing and make your life easier. You can download images in almost all the possible image file formats.
Download images on the web fast and without any troubles. Just try this extension and you won`t be disappointed! Install this amazing extension for chrome browser that is going to improve your browsing and make your life easier. Let`s make your life easier just in one click with this new and cool app. After installing the product you`ll see the real difference between downloading manually and downloading using the extension. The instructions are simple – search, find the picture, click and just download image. You can download all the images you need really fast and easy. Let`s make your life easier just in one click with this extension. Don`t wait and install brand new extension and you`ll get something special to improve your browsing. Don`t forget to share this extension with friends.                    

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

ชื่อ Image Downloader Image Downloader
ID ebagfmobaebiaadmfealidokakokhndl
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/image-downloader/ebagfmobaebiaadmfealidokakokhndl
คำอธิบาย Download all images from the page or only those that you like.
ขนาดไฟล์ 44.33 KB
จำนวนการติดตั้ง 2,603
เวอร์ชันปัจจุบัน 1.4
อัปเดตครั้งล่าสุด 2022-10-31
วันที่เผยแพร่ 2021-05-02
คะแนน 2.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา mashastarchenkowa
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ id,ms,de,en,fil,fr,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,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.4",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "Download all images from the page or only those that you like.",
    "icons": {
        "128": "icon.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "default-popup\/popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "",
        "downloads",
        "storage"
    ]
}