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是由https://usacyborg.com开发的Chrome扩展程序,该扩展的主要功能是“Right click any image to instantly get reverse image search results from Google, TinEye, Yandex, Bing, or a combination.”。

扩展截图

screenshot
screenshot

下载Fast Image Research扩展crx文件

下载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
}