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ファイルをダウンロード
Search image with Yandex拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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 } |