Fast Image Research

Right click any image to instantly get reverse image search results from Google, TinEye, Yandex, Bing, or a combination.

Fast Image Researchคืออะไร?

Fast Image Research เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://usacyborg.com และคุณลักษณะหลักของมันคือ "Right click any image to instantly get reverse image search results from Google, TinEye, Yandex, Bing, or a combination."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fast Image Research

ดาวน์โหลดไฟล์ส่วนขยาย Fast Image Research ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Heavy reverse image search user? This extension adds a simple "Research Image" option to the right-click context menu of Web images. Researching an image will automatically retrieve reverse image search results from your choice of Google, TinEye, Yandex, Bing, or a combination. 

Results are loaded into new tabs. You can use the data to find out who is using your own images, or help narrow down the subject matter of an image you found.

NOTE: Google does email me user feedback.
Any questions, feature requests or bugs? Contact support using the website link.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Fast Image Research Fast Image Research
ID epelbghekfokpolcmhhabjgehmplhjgp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/fast-image-research/epelbghekfokpolcmhhabjgehmplhjgp
คำอธิบาย Right click any image to instantly get reverse image search results from Google, TinEye, Yandex, Bing, or a combination.
ขนาดไฟล์ 202 KB
จำนวนการติดตั้ง 9,440
เวอร์ชันปัจจุบัน 1.502
อัปเดตครั้งล่าสุด 2022-11-21
วันที่เผยแพร่ 2017-07-30
คะแนน 4.47/5 รวมทั้งหมด 36 คะแนน
ผู้พัฒนา https://usacyborg.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://usacyborg.com/FastImageResearch
URL หน้าช่วยเหลือ http://usacyborg.com/FastImageResearch
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fast Image Research",
    "description": "Right click any image to instantly get reverse image search results from Google, TinEye, Yandex, Bing, or a combination.",
    "version": "1.502",
    "permissions": [
        "contextMenus",
        "activeTab",
        "storage"
    ],
    "optional_permissions": [
        "tabs",
        "scripting"
    ],
    "optional_host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "js\/ServiceWorker.js",
        "type": "module"
    },
    "options_page": "html\/options.html",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "homepage_url": "http:\/\/usacyborg.com\/FastImageResearch",
    "offline_enabled": true,
    "manifest_version": 3
}