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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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