Huntress Reverse Image Search

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

Was ist Huntress Reverse Image Search?

Huntress Reverse Image Search ist eine Chrome-Erweiterung, die von Herman Chau entwickelt wurde, und ihr Hauptmerkmal ist "Crop and reverse search images using Google or TinEye. Designed specifically to aid in identifying images in puzzle hunts.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Huntress Reverse Image Search-Erweiterungs-CRX-Datei herunterladen

Laden Sie Huntress Reverse Image Search-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Huntress Reverse Image Search Huntress Reverse Image Search
ID nkhjamjppefmeceaokadfacbdmmcmdpg
Offizielle URL https://chrome.google.com/webstore/detail/huntress-reverse-image-se/nkhjamjppefmeceaokadfacbdmmcmdpg
Beschreibung Crop and reverse search images using Google or TinEye. Designed specifically to aid in identifying images in puzzle hunts.
Dateigröße 17 KB
Installationsanzahl 2,000
Aktuelle Version 1.13
Letztes Update 2018-04-11
Veröffentlichungsdatum 2018-04-11
Bewertung 4.86/5 Insgesamt 14 Bewertungen
Entwickler Herman Chau
Zahlungsart free
Erweiterungswebsite https://github.com/kcaze/huntress
Unterstützte Sprachen 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"
    }
}