RevEye Reverse Image Search

Perform a search by image. Choose between the image search engines Google, Bing, Yandex, and TinEye.

RevEye Reverse Image Searchคืออะไร?

RevEye Reverse Image Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.squobble.com และคุณลักษณะหลักของมันคือ "Perform a search by image. Choose between the image search engines Google, Bing, Yandex, and TinEye."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        This extension allows to perform an inverse image search by right-clicking onto any image in a web site.

You can configure the context menu to contain either a single button with your default search engine, or a cascaded menu with all included search engines.

Source code: https://github.com/steven2358/reveye

Changes:
- v1.5.2 (2022-11-13): Replaced Google Image Search by Google Lens.
- v1.5.1 (2021-01-19): Fixed a bug in upgrade/initialization script.
- v1.5.0 (2021-01-18): Add checkboxes to enable/disable individual search engines. Removed Baidu (for now).
- v1.4.8 (2020-11-24): Fixed Yandex search.
- v1.4.7 (2019-06-14): Removed unnecessary permissions.
- v1.4.6 (2019-06-14): Fixed Yandex search.
- v1.4.5 (2017-07-23): Fixed Baidu search.
- v1.4.4 (2015-05-20): Re-included Yandex and Baidu search.
- v1.4.3 (2015-05-19): Included Bing image match.
- v1.4 (2013-06-28): Performed security changes and updated manifest to v2. Removed Yandex, Baidu, Cydral.  
- v1.3 (2011-06-17): Included Google (brand new and kicking), Yandex and Baidu image search engines. Removed GazoPa as they discontinued their B2C service.  
- v1.2 (2011-05-30): Name change to comply with Google's branding policies. Added Cydral search engine. Added option to choose between default engine or cascaded submenu.  
- v1.1 (2011-03-01): Added option to select between TinEye and GazoPa search engines.  
- v1.0 (2010-03-02): Added context menu.  
- v0.2 (2009-12-14): Included new logo.  
- v0.1 (2009-12-13): Initial version. Performs reverse image search of all images on a page using TinEye.                    

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

ชื่อ RevEye Reverse Image Search RevEye Reverse Image Search
ID keaaclcjhehbbapnphnmpiklalfhelgf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/reveye-reverse-image-sear/keaaclcjhehbbapnphnmpiklalfhelgf
คำอธิบาย Perform a search by image. Choose between the image search engines Google, Bing, Yandex, and TinEye.
ขนาดไฟล์ 24.44 KB
จำนวนการติดตั้ง 84,682
เวอร์ชันปัจจุบัน 1.5.2
อัปเดตครั้งล่าสุด 2022-11-15
วันที่เผยแพร่ 2019-06-14
คะแนน 4.09/5 รวมทั้งหมด 138 คะแนน
ผู้พัฒนา https://www.squobble.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "name": "RevEye Reverse Image Search",
    "author": "Steven Van Vaerenbergh",
    "description": "Perform a search by image. Choose between the image search engines Google, Bing, Yandex, and TinEye.",
    "version": "1.5.2",
    "manifest_version": 2,
    "background": {
        "page": "reveye.html"
    },
    "options_page": "options.html",
    "icons": {
        "16": "i\/reveye16.png",
        "19": "i\/reveye19.png",
        "48": "i\/reveye48.png",
        "128": "i\/reveye128.png"
    },
    "permissions": [
        "contextMenus"
    ],
    "browser_action": {
        "default_name": "Reverse image search",
        "default_icon": "i\/reveye48.png",
        "default_popup": "popup.html"
    },
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx"
}