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文件
下载Perceptual image search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" } } |