Image Search Options
Image Search Options for Chrome provides a set of highly customizable reverse image search context menu options.
Image Search Options란 무엇입니까?
Image Search Options은(는) https://saucenao.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Image Search Options for Chrome provides a set of highly customizable reverse image search context menu options."입니다.
확장 프로그램 스크린샷
Image Search Options 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension adds a set of customizable context menu options to the right click menu of images. These options allow for fast and efficient use of the IQDB, SauceNAO, TinEye, Google, (etc...) reverse image search engines. Users are free to add their own sites and customize existing ones. The chrome version of Image Search Options is not yet as extensible as the Firefox version, but with time it will continue to improve. To report a bug, or request a new feature, send me an email at [email protected] Example image source: http://www.pixiv.net/member_illust.php?mode=medium&illust_id=22979429
확장 프로그램 기본 정보
이름 | Image Search Options |
ID | kljmejbpilkadikecejccebmccagifhl |
공식 URL | https://chromewebstore.google.com/detail/image-search-options/kljmejbpilkadikecejccebmccagifhl |
설명 | Image Search Options for Chrome provides a set of highly customizable reverse image search context menu options. |
파일 크기 | 15.01 KB |
설치 횟수 | 147,900 |
현재 버전 | 0.0.7.6 |
최근 업데이트 | 2023-06-14 |
출시 날짜 | 2020-02-15 |
평점 | 4.64/5 총 606 개의 평점 |
개발자 | https://saucenao.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://saucenao.blogspot.com |
개인정보 보호 정책 페이지 URL | https://saucenao.com/tools/ImageSearchOptions_PrivacyPolicy.txt |
지원되는 언어 | en |
manifest.json | |
{ "name": "Image Search Options", "description": "Image Search Options for Chrome provides a set of highly customizable reverse image search context menu options.", "version": "0.0.7.6", "minimum_chrome_version": "22", "permissions": [ "contextMenus", "activeTab" ], "background": { "scripts": [ "createmenu.js", "eventPage.js" ] }, "options_page": "options.html", "icons": { "16": "iso_16.png", "48": "iso_48.png", "128": "iso_128.png" }, "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2 } |