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はHerman Chauによって開発されたChromeの拡張機能で、その主な機能は「Crop and reverse search images using Google or TinEye. Designed specifically to aid in identifying images in puzzle hunts.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Huntress Reverse Image Search拡張機能のCRXファイルをダウンロード

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"
    }
}