Reverse Image Search
Adds an option to the context menu to reverse search an image on various services
Reverse Image Search란 무엇입니까?
Reverse Image Search은(는) Brawl에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds an option to the context menu to reverse search an image on various services"입니다.
확장 프로그램 스크린샷
Reverse Image Search 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Adds an option to the context menu to search with an image on Google, Bing, Yandex, TinEye, SauceNAO, IQDB or custom search engines with your own URL. If you choose more than one search engine, they will all be shown in a handy submenu! If more than one search engine is selected, a new entry "Open All" will also be shown. You can even choose the tab behaviour that suits your needs! Submit translations to the GitHub repo: https://github.com/Brawl345/Image-Reverse-Search-WebExtension Icon made by "Madebyoliver" from www.flaticon.com
확장 프로그램 기본 정보
이름 | Reverse Image Search |
ID | cdgbjhkjjghbjjikgjkkpljlmnpcakco |
공식 URL | https://chromewebstore.google.com/detail/reverse-image-search/cdgbjhkjjghbjjikgjkkpljlmnpcakco |
설명 | Adds an option to the context menu to reverse search an image on various services |
파일 크기 | 91.63 KB |
설치 횟수 | 4,516 |
현재 버전 | 4.1.2 |
최근 업데이트 | 2022-11-14 |
출시 날짜 | 2020-06-08 |
평점 | 4.44/5 총 18 개의 평점 |
개발자 | Brawl |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/Brawl345/Image-Reverse-Search-WebExtension |
지원되는 언어 | de,en,fr,tr,es,pt-BR,sv,zh-CN,zh-TW,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "default_locale": "en", "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "author": "Andreas Bielawski", "version": "4.1.2", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "64": "icons\/64.png", "128": "icons\/128.png", "256": "icons\/256.png" }, "background": { "service_worker": "build\/service-worker\/service-worker.js", "type": "module" }, "options_ui": { "open_in_tab": true, "page": "options\/options.html" }, "content_security_policy": { "extension_pages": "default-src 'none'; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data:" }, "permissions": [ "contextMenus", "storage" ] } |