Search Google Image

Search Google Image for the selected text

Search Google Imageคืออะไร?

Search Google Image เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Quy Nguyen และคุณลักษณะหลักของมันคือ "Search Google Image for the selected text"

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

screenshot
screenshot
screenshot

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

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

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

                        Search Google Image for the selected text. When you are learning, photos and images are the best way to put things into your memory. Looking up for the related images increases chance of remembering new terms in long term.                    

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

ชื่อ Search Google Image Search Google Image
ID kklenaehmadokmlmbehblimejakphfae
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/search-google-image/kklenaehmadokmlmbehblimejakphfae
คำอธิบาย Search Google Image for the selected text
ขนาดไฟล์ 111 KB
จำนวนการติดตั้ง 1,678
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2018-01-01
วันที่เผยแพร่ 2018-01-01
คะแนน 4.20/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Quy Nguyen
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Search Google Image",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Search Google Image for the selected text",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "google_image.js"
        ]
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "author": [
        {
            "name": "Quy Nguyen",
            "email": "[email protected]"
        }
    ]
}