Huntress Reverse Image Search

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

Τι είναι το Huntress Reverse Image Search;

Το Huntress Reverse Image Search είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Herman Chau, και η κύρια λειτουργία του είναι "Crop and reverse search images using Google or TinEye. Designed specifically to aid in identifying images in puzzle hunts.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Huntress Reverse Image Search

Λήψη αρχείων επέκτασης Huntress Reverse Image Search σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Huntress Reverse Image Search Huntress Reverse Image Search
ID nkhjamjppefmeceaokadfacbdmmcmdpg
Επίσημο URL https://chrome.google.com/webstore/detail/huntress-reverse-image-se/nkhjamjppefmeceaokadfacbdmmcmdpg
Περιγραφή Crop and reverse search images using Google or TinEye. Designed specifically to aid in identifying images in puzzle hunts.
Μέγεθος Αρχείου 17 KB
Αριθμός Εγκαταστάσεων 2,000
Τρέχουσα Έκδοση 1.13
Τελευταία Ενημέρωση 2018-04-11
Ημερομηνία Δημοσίευσης 2018-04-11
Αξιολόγηση 4.86/5 Συνολικά 14 Αξιολογήσεις
Προγραμματιστής Herman Chau
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/kcaze/huntress
Υποστηριζόμενες Γλώσσες 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"
    }
}