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. 擴展基本資訊
| 名稱 | |
| ID | ahdgpjglhilgedmbjjfegobblfpidabp |
| 官方網址 | 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 |
| 電子郵箱 | [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"
}
} | |