Yandex Image Search
This extension adds a context menu option for selected image in order to find it on Yandex.
Yandex Image Searchとは何ですか?
Yandex Image SearchはRomkaqによって開発されたChromeの拡張機能で、その主な機能は「This extension adds a context menu option for selected image in order to find it on Yandex.」です。
拡張機能のスクリーンショット
Yandex Image Search拡張機能のCRXファイルをダウンロード
Yandex Image Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Add an option to the context menu "Search for an image in Yandex" Search for an image with a right click in Yandex. You can choose between Ru and Com! Find images similar to selected image in Yandex.
拡張機能の基本情報
名前 | Yandex Image Search |
ID | ahdgpjglhilgedmbjjfegobblfpidabp |
公式URL | https://chromewebstore.google.com/detail/yandex-image-search/ahdgpjglhilgedmbjjfegobblfpidabp |
説明 | This extension adds a context menu option for selected image in order to find it on Yandex. |
ファイルサイズ | 6.72 KB |
インストール数 | 3,189 |
現在のバージョン | 2.2 |
最終更新日 | 2023-01-16 |
公開日 | 2021-06-29 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | Romkaq |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://rq-dev.github.io/chrome-extensions-privacy-policy |
対応言語 | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_name__", "description": "__MSG_description__", "default_locale": "en", "version": "2.2", "permissions": [ "contextMenus" ], "background": { "service_worker": "script.js" }, "icons": { "128": "icon128.png" } } |