Image Downloader

Downlosad image in just a click.

Image Downloaderคืออะไร?

Image Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Anand Sudhanaboina และคุณลักษณะหลักของมันคือ "Downlosad image in just a click."

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

screenshot
screenshot

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

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

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

                        Download any image from google chrome in just one click.

Note : If your are using incognito mode in chrome. You have to explicitly enable this extension to work with incognito mode in Settings->Extensions of your chrome.                    

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

ชื่อ Image Downloader Image Downloader
ID bopfjfpkjbnoohilihgfjahdkfhnjaig
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/image-downloader/bopfjfpkjbnoohilihgfjahdkfhnjaig
คำอธิบาย Downlosad image in just a click.
ขนาดไฟล์ 28.6 KB
จำนวนการติดตั้ง 3,486
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2020-07-02
วันที่เผยแพร่ 2020-07-02
คะแนน 3.71/5 รวมทั้งหมด 17 คะแนน
ผู้พัฒนา Anand Sudhanaboina
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://github.com/anands/misc
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Image Downloader",
    "short_name": "Image Downloader",
    "version": "1.1.0",
    "manifest_version": 2,
    "description": "Downlosad image in just a click.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "downloads",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}