Google Image Downloader

This extension lets you directly download google images.

Google Image Downloaderคืออะไร?

Google Image Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Thejus Kayanadath และคุณลักษณะหลักของมันคือ "This extension lets you directly download google images."

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

screenshot

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

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

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

                        Press the 'Download Image' button and it saves the image directly to your Downloads folder. Simple.                    

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

ชื่อ Google Image Downloader Google Image Downloader
ID nfagjnjnmknppbpbeecillkcedghidcd
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/google-image-downloader/nfagjnjnmknppbpbeecillkcedghidcd
คำอธิบาย This extension lets you directly download google images.
ขนาดไฟล์ 6.87 KB
จำนวนการติดตั้ง 621
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2017-11-24
วันที่เผยแพร่ 2017-11-24
คะแนน 1.91/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา Thejus Kayanadath
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google Image Downloader",
    "description": "This extension lets you directly download google images.",
    "version": "0.0.1",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*\/search?*tbm=isch*",
                "http:\/\/*\/search?*tbm=isch*"
            ]
        }
    ]
}