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."입니다.
확장 프로그램 스크린샷
TinEye Reverse Image Search 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
ID | haebnnbpedcbhciplfhjjkbafijpncjl |
공식 URL | 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" } |