Perceptual image search
Looks for similar images via web-search engines.
Qu'est-ce que Perceptual image search ?
Perceptual image search est une extension Chrome développée par Martin Saturka, et sa fonction principale est "Looks for similar images via web-search engines.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Perceptual image search
Téléchargez les fichiers d'extension Perceptual image search au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Perceptual image search |
ID | bnghljiakimchdapgfnfabjokpcfmeaf |
URL Officiel | https://chromewebstore.google.com/detail/perceptual-image-search/bnghljiakimchdapgfnfabjokpcfmeaf |
Description | Looks for similar images via web-search engines. |
Taille du Fichier | 34.93 KB |
Nombre d'Installations | 87 |
Version Actuelle | 0.2.2 |
Dernière Mise à Jour | 2020-11-20 |
Date de Publication | 2018-05-17 |
Développeur | Martin Saturka |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://tools.quadet.com/ |
URL de la Page d'Aide | http://tools.quadet.com/ |
Langues Prises en Charge | 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" } } |