Reverse Image Search

Search images on your browser just one click.

Reverse Image Search란 무엇입니까?

Reverse Image Search은(는) https://search-image.freebusinessapps.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Search images on your browser just one click."입니다.

확장 프로그램 스크린샷

screenshot

Reverse Image Search 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Supports Google, Bing, Yandex and Baidu search engines. Initiate a search using any image on the web in just one click. To use this extension, right click on an image on the web and select “Search with this image” then choose the search engine you want to use.


Found an image on the web that you’re curious about? With this extension, you can initiate a search on Google, Bing, Yandex and Baidu to find out which website this image came from. You can discover photos of places, learn more about art pieces, identify landmarks, and more.

Google Search is a trademark of Google Inc. The use of the trademark is subject to Google’s permission. This extension is neither endorsed by or affiliated with Google.                    

확장 프로그램 기본 정보

이름 Reverse Image Search Reverse Image Search
ID fpnjbejbidcdjjjgpamdgbidbldmdeff
공식 URL https://chromewebstore.google.com/detail/reverse-image-search/fpnjbejbidcdjjjgpamdgbidbldmdeff
설명 Search images on your browser just one click.
파일 크기 278 KB
설치 횟수 2,881
현재 버전 3.0.0
최근 업데이트 2022-09-21
출시 날짜 2020-04-22
평점 3.70/5 총 20 개의 평점
개발자 https://search-image.freebusinessapps.net
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.freebusinessapps.net/privacy
지원되는 언어 id,ms,de,en,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "\/js\/bg-worker.js"
    },
    "default_locale": "en_US",
    "description": "__MSG_application_description__",
    "icons": {
        "128": "images\/icons8-iris-scan-128.png",
        "16": "images\/icons8-iris-scan-16.png",
        "48": "images\/icons8-iris-scan-48.png",
        "64": "images\/icons8-iris-scan-64.png"
    },
    "manifest_version": 3,
    "name": "__MSG_application_title__",
    "permissions": [
        "contextMenus"
    ],
    "version": "3.0.0",
    "action": {
        "default_icon": {
            "16": "images\/icons8-iris-scan-16.png",
            "32": "images\/icons8-iris-scan-48.png",
            "48": "images\/icons8-iris-scan-64.png"
        },
        "default_popup": "background.html"
    },
    "homepage_url": "https:\/\/search-image.freebusinessapps.net\/"
}