Perceptual image search
Looks for similar images via web-search engines.
O que é Perceptual image search?
Perceptual image search é uma extensão do Chrome desenvolvida por Martin Saturka, e sua principal característica é "Looks for similar images via web-search engines.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Perceptual image search
Baixe arquivos de extensão Perceptual 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
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
Informações Básicas da Extensão
Nome | Perceptual image search |
ID | bnghljiakimchdapgfnfabjokpcfmeaf |
URL Oficial | https://chromewebstore.google.com/detail/perceptual-image-search/bnghljiakimchdapgfnfabjokpcfmeaf |
Descrição | Looks for similar images via web-search engines. |
Tamanho do Arquivo | 34.93 KB |
Contagem de Instalações | 87 |
Versão Atual | 0.2.2 |
Última Atualização | 2020-11-20 |
Data de Publicação | 2018-05-17 |
Desenvolvedor | Martin Saturka |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://tools.quadet.com/ |
URL da Página de Ajuda | http://tools.quadet.com/ |
Idiomas Suportados | 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" } } |