TinEye Reverse Image Search

This is the official TinEye Chrome extension. Find out where an image came from, how it's used, or find higher resolution versions.

什麼是TinEye Reverse Image Search?

TinEye Reverse Image Search是由https://tineye.com開發的Chrome擴展程式,該擴展的主要功能是“This is the official TinEye Chrome extension. Find out where an image came from, how it's used, or find higher resolution versions.”。

擴展截圖

screenshot
screenshot
screenshot

下載TinEye Reverse Image Search擴展crx文件

下載TinEye Reverse Image Search擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This is the only official TinEye extension developed by the TinEye team.
Quickly search by image using TinEye. Find out where an image came from, how it's used, or find higher-resolution versions.

About TinEye

TinEye invented reverse image search in 2008, and since then, our mission has been to make your images searchable. TinEye is an image search and recognition company. We are experts in computer vision, pattern recognition, neural networks, and machine learning. Learn more about TinEye here: https://tineye.com/about

There are many uses for TinEye, but here are a few:

  • Find out where an image came from or get more information about it
  • See if an image is available from stock image websites to be licensed
  • Find higher-resolution versions of an image
  • Verify a dating profile
  • Locate web pages that make use of an image you have created
  • Discover modified or edited versions of an image
  • Debunk an image
  • Help with image attribution

If you have never used TinEye, check out our tutorial: https://tineye.com/how

Searching with TinEye is private, secure, and always improving. When you search with TinEye, your image is never saved or indexed.

Searching with TinEye is private and secure; your search image is never saved.
The only data we collect is the version of the extension that you’re using. For more information, please see our privacy policy: https://tineye.com/privacy and our terms of service: https://tineye.com/terms.

How to use this extension:

Right-click on any web image and select ‘Search image on TinEye’ from the context menu. Results are displayed for you at tineye.com.

How to configure the extension:

You can choose whether TinEye.com opens in the current tab, in a new tab in the foreground, or in the background and select the order in which your results will be returned (Last Used, Best Match, Most Changed, Biggest Image, Newest, or Oldest).

First, find the TinEye icon in your menu bar to set extension preferences. Click on the icon and select ‘Options.’ If you do not have the TinEye extension pinned to your menu, click on the extension icon (puzzle piece) in the upper-right corner of your browser window, then click on the three vertical dots next to the TinEye extension and select ‘Options.’

For more guidance on using the TinEye extension for Chrome, please visit our help pages here: https://help.tineye.com/article/281-using-tineye-for-chrome.

Release Notes
2.0.3
- Refactored function to get current tab from a callback (MV2) to a promise (MV3)

2.0.1
- Restructured listeners to follow a synchronous pattern

2.0.0
- Migration to manifest v3 and the use of service workers

1.5.2
- Remove unneeded permissions

1.5.1
- Improve handling of too-long URIs

1.5.0
- Improve tab handling for compatibility with other extensions

1.4.0
- Merge extension code across browsers

1.3.0
- Removing "Search Page" option because this feature is deprecated

1.2.0
- Switching how preferences are stored, so cookies will not affect them.

1.1.5
- Searches will now hit https://tineye.com for privacy and to correctly handle searches for users already logged into a TinEye.com account.

1.1.4
- New background and foreground tabs will appear next to the current active tab.

1.1.3
- Added activeTab permission so no warning messages appear during installation of TinEye Reverse Image Search extension.
- Added "Newest" and "Oldest" sort orders to option page. For more information, see https://tineye.com/faq#crawl_date_sort. 

1.1.2
- Updated extension to conform to new manifest version changes.

1.1.1
- Fixed bug where only the first search would work.                    

擴展基本資訊

名稱 TinEye Reverse Image Search TinEye Reverse Image Search
ID haebnnbpedcbhciplfhjjkbafijpncjl
官方網址 https://chromewebstore.google.com/detail/tineye-reverse-image-sear/haebnnbpedcbhciplfhjjkbafijpncjl
簡介 This is the official TinEye Chrome extension. Find out where an image came from, how it's used, or find higher resolution versions.
檔案大小 35.88 KB
安裝次數 465,996
目前版本 2.0.3
更新時間 2023-02-20
上架時間 2018-10-11
評分 4.52/5 共 1382 次評分
開發者 https://tineye.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://tineye.com
說明頁面URL https://tineye.com/extensions
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "TinEye Reverse Image Search",
    "version": "2.0.3",
    "description": "This is the official TinEye Chrome extension. Find out where an image came from, how it's used, or find higher resolution versions.",
    "icons": {
        "16": "tineye16.png",
        "48": "tineye48.png",
        "128": "tineye128.png"
    },
    "minimum_chrome_version": "88",
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "page": "options.html"
    },
    "homepage_url": "https:\/\/tineye.com"
}