Reverse Image Search

Easily reverse image search with Google image search

Reverse Image Searchคืออะไร?

Reverse Image Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://roei.stream และคุณลักษณะหลักของมันคือ "Easily reverse image search with Google image search"

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

screenshot

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

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

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

                        Easily reverse image search directly from the context menu.
Right-click with your mouse on any image to preform reverse image search.

What to find more resolutions for an image?
Want to see where an image is used?
Want to look for similar images?

Google reverse search is a great tool for that, and this extension makes it much easier to use!                    

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

ชื่อ Reverse Image Search Reverse Image Search
ID jhppeidklkhfdbgmphjcgnflbaappjfk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/reverse-image-search/jhppeidklkhfdbgmphjcgnflbaappjfk
คำอธิบาย Easily reverse image search with Google image search
ขนาดไฟล์ 49.97 KB
จำนวนการติดตั้ง 219
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2019-10-20
วันที่เผยแพร่ 2019-10-20
ผู้พัฒนา https://roei.stream
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://roei.stream
URL หน้าช่วยเหลือ https://roei.stream/support/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Reverse Image Search",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Easily reverse image search with Google image search",
    "short_name": "Image Search",
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "512": "favicon.png",
        "128": "favicon128.png"
    },
    "background": {
        "scripts": [
            "reverse.js"
        ]
    }
}