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
Eメール [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
}