Huntress Reverse Image Search

Crop and reverse search images using Google or TinEye. Designed specifically to aid in identifying images in puzzle hunts.

Cos'è Huntress Reverse Image Search?

Huntress Reverse Image Search è un'estensione di Chrome sviluppata da Herman Chau, e la sua funzione principale è "Crop and reverse search images using Google or TinEye. Designed specifically to aid in identifying images in puzzle hunts.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Huntress Reverse Image Search

Scarica i file di estensione Huntress Reverse 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

                        Huntress Reverse Image Search allows you to screenshot a web page and crop out part it to reverse image search with Google or TinEye. This is helpful for situations in puzzle hunts when multiple images have been combined together and you only want to reverse image search part of the composited image. Furthermore, you can reverse image search videos by pausing the video, taking a screenshot, and then reverse image searching the screenshot.                    

Informazioni di Base sull'Estensione

Nome Huntress Reverse Image Search Huntress Reverse Image Search
ID nkhjamjppefmeceaokadfacbdmmcmdpg
URL Ufficiale https://chrome.google.com/webstore/detail/huntress-reverse-image-se/nkhjamjppefmeceaokadfacbdmmcmdpg
Descrizione Crop and reverse search images using Google or TinEye. Designed specifically to aid in identifying images in puzzle hunts.
Dimensione del File 17 KB
Conteggio Installazioni 2,000
Versione Corrente 1.13
Ultimo Aggiornamento 2018-04-11
Data di Pubblicazione 2018-04-11
Valutazione 4.86/5 Totale 14 Valutazioni
Sviluppatore Herman Chau
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/kcaze/huntress
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Huntress Reverse Image Search",
    "short_name": "huntress",
    "version": "1.13",
    "description": "Crop and reverse search images using Google or TinEye. Designed specifically to aid in identifying images in puzzle hunts.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "tabs",
        ""
    ],
    "background": {
        "page": "html\/background.html",
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/js\/main.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon19_deactivated.png",
            "38": "icons\/icon38_deactivated.png"
        },
        "default_title": "Activate Huntress Reverse Image Search"
    }
}