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