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.

O que é TinEye Reverse Image Search?

TinEye Reverse Image Search é uma extensão do Chrome desenvolvida por https://tineye.com, e sua principal característica é "This is the official TinEye Chrome extension. Find out where an image came from, how it's used, or find higher resolution versions.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão TinEye Reverse Image Search

Baixe arquivos de extensão TinEye Reverse Image Search no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome TinEye Reverse Image Search TinEye Reverse Image Search
ID haebnnbpedcbhciplfhjjkbafijpncjl
URL Oficial https://chromewebstore.google.com/detail/tineye-reverse-image-sear/haebnnbpedcbhciplfhjjkbafijpncjl
Descrição This is the official TinEye Chrome extension. Find out where an image came from, how it's used, or find higher resolution versions.
Tamanho do Arquivo 35.88 KB
Contagem de Instalações 465,996
Versão Atual 2.0.3
Última Atualização 2023-02-20
Data de Publicação 2018-10-11
Classificação 4.52/5 Total de 1382 Avaliações
Desenvolvedor https://tineye.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://tineye.com
URL da Página de Ajuda https://tineye.com/extensions
Idiomas Suportados 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"
}