Quick Image Search

Right click an image or some selected text and use that for a secure search using Google Images.

Quick Image Searchคืออะไร?

Quick Image Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://maar-ten.github.io/Quick-Image-Search และคุณลักษณะหลักของมันคือ "Right click an image or some selected text and use that for a secure search using Google Images."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Seen an image on a website and you'd like to know who or what it is?

Found someone's name and you like to know what that person looks like?

After installing this extension there will be a new entry in the context menu (right-click menu) when an image or some selected text is right-clicked. Selecting this menu option will start a secure Google Image search via HTTPS.

Release notes:
- 2022-12-11 v4.0: Reverse image search now uses Google Lens. Google Images does not support reverse image search anymore.                    

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

ชื่อ Quick Image Search Quick Image Search
ID ihbfgploaolhdcfohgmkgeelahfghngd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/quick-image-search/ihbfgploaolhdcfohgmkgeelahfghngd
คำอธิบาย Right click an image or some selected text and use that for a secure search using Google Images.
ขนาดไฟล์ 27.89 KB
จำนวนการติดตั้ง 31,202
เวอร์ชันปัจจุบัน 4.0
อัปเดตครั้งล่าสุด 2023-11-20
วันที่เผยแพร่ 2019-04-24
คะแนน 4.10/5 รวมทั้งหมด 21 คะแนน
ผู้พัฒนา https://maar-ten.github.io/Quick-Image-Search
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/maar-ten/QuickImageSearch#readme
URL หน้าช่วยเหลือ https://github.com/maar-ten/QuickImageSearch/issues
ภาษาที่รองรับ en,nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "version": "4.0",
    "minimum_chrome_version": "88",
    "default_locale": "en",
    "description": "__MSG_appDescription__",
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "128": "icons\/icon-128.png",
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png"
    },
    "background": {
        "service_worker": "service-worker.js"
    }
}