Perceptual image search

Looks for similar images via web-search engines.

Cos'è Perceptual image search?

Perceptual image search è un'estensione di Chrome sviluppata da Martin Saturka, e la sua funzione principale è "Looks for similar images via web-search engines.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Perceptual image search

Scarica i file di estensione Perceptual image search in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Perceptual image search Perceptual image search
ID bnghljiakimchdapgfnfabjokpcfmeaf
URL Ufficiale https://chromewebstore.google.com/detail/perceptual-image-search/bnghljiakimchdapgfnfabjokpcfmeaf
Descrizione Looks for similar images via web-search engines.
Dimensione del File 34.93 KB
Conteggio Installazioni 87
Versione Corrente 0.2.2
Ultimo Aggiornamento 2020-11-20
Data di Pubblicazione 2018-05-17
Sviluppatore Martin Saturka
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://tools.quadet.com/
URL della Pagina di Aiuto http://tools.quadet.com/
Lingue Supportate 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"
    }
}