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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}