Search image with Yandex
Search for similar images in Yandex with open source code, without advertising and analytics.
Search image with Yandex란 무엇입니까?
Search image with Yandex은(는) tenRabbits에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Search for similar images in Yandex with open source code, without advertising and analytics."입니다.
확장 프로그램 스크린샷
Search image with Yandex 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A very lightweight extension for image search via Yandex. - Open source; - No analytics; - No advertising. This extension is open-source and distributed "as is", without any warranties or guarantees. The author of this extension has no affiliation with Yandex and does not endorse or promote the company in any way. GitHub page: https://github.com/tenRabbits/extension-search-image-with-yandex/tree/master /* Version history */ Version 2.0.1 - The search tab opens to the right of the active one Version 2.0 - Now can search local files (requires special permission); - Added support of base64 images; - Manifest updated to V3; Version 1.4 - Search bug fixed Version 1.3 - Added ".com" zone to search in english
확장 프로그램 기본 정보
이름 | Search image with Yandex |
ID | mpcooeefegelfehalmefdeojlkinjjho |
공식 URL | https://chromewebstore.google.com/detail/search-image-with-yandex/mpcooeefegelfehalmefdeojlkinjjho |
설명 | Search for similar images in Yandex with open source code, without advertising and analytics. |
파일 크기 | 20.16 KB |
설치 횟수 | 25,789 |
현재 버전 | 2.0.1 |
최근 업데이트 | 2024-01-17 |
출시 날짜 | 2020-03-08 |
평점 | 4.55/5 총 83 개의 평점 |
개발자 | tenRabbits |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "description": "__MSG_description__", "short_name": "__MSG_short__", "version": "2.0.1", "permissions": [ "contextMenus", "scripting", "activeTab" ], "background": { "service_worker": "background.js" }, "icons": { "16": "images\/icon_16.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" }, "default_locale": "en", "manifest_version": 3 } |