Perceptual image search
Looks for similar images via web-search engines.
Perceptual image search란 무엇입니까?
Perceptual image search은(는) Martin Saturka에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Looks for similar images via web-search engines."입니다.
확장 프로그램 스크린샷
Perceptual image search 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Search by images, including by altered forms of the images, can help in assessing of the images. The question here is: had anyone posted a form of the image? And the "Perceptual image analysis" extension can help to find out since when the images are online then. * search by images even from private sites * open-source tools for journalists * part of perceptual image suite
확장 프로그램 기본 정보
이름 | Perceptual image search |
ID | bnghljiakimchdapgfnfabjokpcfmeaf |
공식 URL | https://chromewebstore.google.com/detail/perceptual-image-search/bnghljiakimchdapgfnfabjokpcfmeaf |
설명 | Looks for similar images via web-search engines. |
파일 크기 | 34.93 KB |
설치 횟수 | 87 |
현재 버전 | 0.2.2 |
최근 업데이트 | 2020-11-20 |
출시 날짜 | 2018-05-17 |
개발자 | Martin Saturka |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://tools.quadet.com/ |
도움말 페이지 URL | http://tools.quadet.com/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extensionName__", "version": "0.2.2", "description": "__MSG_extensionDescription__", "homepage_url": "http:\/\/tools.quadet.com\/", "default_locale": "en", "minimum_chrome_version": "6.0.0.0", "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "storage", "contextMenus", "https:\/\/image.baidu.com\/*", "https:\/\/www.bing.com\/images\/*", "https:\/\/www.google.com\/*", "https:\/\/tineye.com\/*", "https:\/\/yandex.com\/images\/*", "https:\/\/yandex.ru\/images\/*", "https:\/\/yandex.by\/images\/*", "https:\/\/yandex.ua\/images\/*", "https:\/\/yandex.kz\/images\/*", "https:\/\/yandex.com.tr\/images\/*", "*:\/\/*\/*" ], "icons": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "64": "icons\/icon-64.png", "96": "icons\/icon-96.png", "128": "icons\/icon-128.png" } } |