Image Searcher
Search similar image by "Google search by Image".
Image Searcher란 무엇입니까?
Image Searcher은(는) quoctrinh.dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Search similar image by "Google search by Image"."입니다.
확장 프로그램 스크린샷
Image Searcher 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Search similar image by "Google search by Image". You can use seach button in bottom-left corner of a picture or use menu item in context menu to seach a image.
확장 프로그램 기본 정보
이름 | Image Searcher |
ID | fdlbedhogoojcdcjmjpipjonabaoidlj |
공식 URL | https://chromewebstore.google.com/detail/image-searcher/fdlbedhogoojcdcjmjpipjonabaoidlj |
설명 | Search similar image by "Google search by Image". |
파일 크기 | 45.28 KB |
설치 횟수 | 2,383 |
현재 버전 | 1.5 |
최근 업데이트 | 2023-11-17 |
출시 날짜 | 2017-03-17 |
평점 | 4.00/5 총 7 개의 평점 |
개발자 | quoctrinh.dev |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "src\/inject\/inject.js" ], "run_at": "document_idle" } ], "name": "Image Searcher", "options_ui": { "page": "options.html", "chrome_style": true }, "icons": { "128": "icons\/is_128.png", "48": "icons\/is_48.png", "16": "icons\/is_16.png" }, "manifest_version": 2, "version": "1.5", "background": { "scripts": [ "src\/bg\/background.js" ] }, "permissions": [ "contextMenus", "storage" ], "description": "Search similar image by \"Google search by Image\"." } |