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.”。

扩展截图

screenshot
screenshot

下载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 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
电子邮箱 [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"
    }
}