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