Reverse Image Search

a powerful capturing reverse image search tool built on top of TinEye/Google Images engines

Reverse Image Searchคืออะไร?

Reverse Image Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย chYer และคุณลักษณะหลักของมันคือ "a powerful capturing reverse image search tool built on top of TinEye/Google Images engines"

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

screenshot

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

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

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

                        "Reverse Image Search" extension helps you to find similar images or the original image source and its name. This is a useful tool to find for instance the actual image name or detect whether this image is unique or is just a copy or a modified copy of an already existed image on the web.

In most cases, images are embedded in the background page and hence it is not straightforward to find the actual source of them to be passed to a reverse image search engine. Also, the image you are looking for maybe just part of a video stream. This extension solves these problems by providing a capturing tool in the right-click context menu. Simply select the item and capture a portion of the screen. The captured image is automatically sent to either "TinEye" or "Google Images" search engine, and after a successful upload, a new page with the matching results is displayed.

This extension adds three items to the context menu of your browser:
1. Google Images (Image URL)
2. Tineye (Image URL)
3. Google Images (Capture)

The first two items are added to the image context menu, and the third one is added to the page context to activate the capturing tool. Instead of the third option, you can alternatively press the browser action button.

Links:
FAQs Page: https://add0n.com/reverse-image-search.html
GitHub Page: https://github.com/schomery/reverse-image-search/                    

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

ชื่อ Reverse Image Search Reverse Image Search
ID clijmpalajoikbhdhgmpanldenogllaj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/reverse-image-search/clijmpalajoikbhdhgmpanldenogllaj
คำอธิบาย a powerful capturing reverse image search tool built on top of TinEye/Google Images engines
ขนาดไฟล์ 129 KB
จำนวนการติดตั้ง 5,882
เวอร์ชันปัจจุบัน 0.3.0
อัปเดตครั้งล่าสุด 2021-08-10
วันที่เผยแพร่ 2017-05-19
คะแนน 3.38/5 รวมทั้งหมด 16 คะแนน
ผู้พัฒนา chYer
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://add0n.com/reverse-image-search.html
URL หน้าช่วยเหลือ https://add0n.com/reverse-image-search.html
ภาษาที่รองรับ de,en,fr,nl,es,it,pt-BR,el,bg,ru,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Reverse Image Search",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "0.3.0",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "contextMenus"
    ],
    "host_permissions": [
        "https:\/\/www.google.com\/searchbyimage\/upload"
    ],
    "background": {
        "service_worker": "worker.js"
    },
    "homepage_url": "https:\/\/add0n.com\/reverse-image-search.html",
    "icons": {
        "16": "data\/icons\/16.png",
        "24": "data\/icons\/24.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png",
        "256": "data\/icons\/256.png"
    },
    "action": [],
    "commands": {
        "_execute_action": {
            "description": "Press the action button"
        }
    }
}