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 là gì?

Huntress Reverse Image Search là một tiện ích mở rộng Chrome được phát triển bởi Herman Chau, và tính năng chính của nó là "Crop and reverse search images using Google or TinEye. Designed specifically to aid in identifying images in puzzle hunts.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Huntress Reverse Image Search

Tải xuống các tệp mở rộng Huntress Reverse Image Search dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Huntress Reverse Image Search Huntress Reverse Image Search
ID nkhjamjppefmeceaokadfacbdmmcmdpg
URL Chính Thức https://chrome.google.com/webstore/detail/huntress-reverse-image-se/nkhjamjppefmeceaokadfacbdmmcmdpg
Mô tả Crop and reverse search images using Google or TinEye. Designed specifically to aid in identifying images in puzzle hunts.
Kích Thước Tệp 17 KB
Số Lần Cài Đặt 2,000
Phiên Bản Hiện Tại 1.13
Cập Nhật Lần Cuối 2018-04-11
Ngày Phát Hành 2018-04-11
Đánh Giá 4.86/5 Tổng số 14 Đánh Giá
Nhà Phát Triển Herman Chau
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/kcaze/huntress
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}