Reverse Image Search
Right click on an image and find it's origin in Google image search.
Reverse Image Search란 무엇입니까?
Reverse Image Search은(는) dejan-tools에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Right click on an image and find it's origin in Google image search."입니다.
확장 프로그램 스크린샷
Reverse Image Search 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Search by image! Reverse image search extension allows you to search Google by image. Right-click on an image and discover where else it has been used of find it's origin. This tool is powered by Google Image Search.
확장 프로그램 기본 정보
이름 | |
ID | pnbjgbjnfhgmgndhgipcgdjjjagihbkh |
공식 URL | https://chromewebstore.google.com/detail/reverse-image-search/pnbjgbjnfhgmgndhgipcgdjjjagihbkh |
설명 | Right click on an image and find it's origin in Google image search. |
파일 크기 | 16.08 KB |
설치 횟수 | 8,124 |
현재 버전 | 1.1.1 |
최근 업데이트 | 2021-12-10 |
출시 날짜 | 2019-08-27 |
평점 | 4.13/5 총 55 개의 평점 |
개발자 | dejan-tools |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://dejanmarketing.com/ |
도움말 페이지 URL | https://dejanmarketing.com/contact-us/ |
지원되는 언어 | en |
manifest.json | |
{ "background": { "service_worker": "background.js" }, "default_locale": "en", "description": "Right click on an image and find it's origin in Google image search.", "homepage_url": "http:\/\/dejanseo.com.au\/", "icons": { "128": "icon128.png" }, "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDCY873Fd1ueWiyDchlkGnYF7tA9OerstLa0twHi34nUMY2bW6G0HCHznD0ElCTBWb+1sJirPWT8bBZk3xMYsBK5O2s7UaQ6\/QE2HGwiHkzgh6YiZm+yPvPy\/6\/vkspPwLhSYFX0IQX6WDsU3MnWq2SJmZRUgmH0xCQFq8Nkf5G2QIDAQAB", "manifest_version": 3, "name": "Reverse Image Search", "permissions": [ "contextMenus" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1.1" } |