View Image

Adds View Image button to Google Image

View Imageคืออะไร?

View Image เป็นส่วนขยายของ Chrome ที่พัฒนาโดย clicktorelease และคุณลักษณะหลักของมันคือ "Adds View Image button to Google Image"

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

screenshot

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

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

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

                        Adds View Image button to Google Images results page                    

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

ชื่อ View Image View Image
ID fppaoiplkkobagjjhckoloinfbmfgono
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/view-image/fppaoiplkkobagjjhckoloinfbmfgono
คำอธิบาย Adds View Image button to Google Image
ขนาดไฟล์ 3.35 KB
จำนวนการติดตั้ง 1,000
เวอร์ชันปัจจุบัน 1.0.4
อัปเดตครั้งล่าสุด 2018-02-27
วันที่เผยแพร่ 2018-02-27
คะแนน 3.29/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา clicktorelease
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/spite/google-images-view-image-button
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "View Image",
    "description": "Adds View Image button to Google Image",
    "version": "1.0.4",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "manifest_version": 2
}