Yandex Search Button
Adds a button for searching the same query on other search engines. Alternative search.
什么是Yandex Search Button?
Yandex Search Button是由Romkaq开发的Chrome扩展程序,该扩展的主要功能是“Adds a button for searching the same query on other search engines. Alternative search.”。
扩展截图
下载Yandex Search Button扩展crx文件
下载Yandex Search Button扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Adds a button above the results on google pages, for executing the same search on different search engines. You can select the alternative search engine in the options page. Available search engines for button: 9. 12 available styles! Useful extensions and themes links included in the extension Settings page.
扩展基本信息
名称 | Yandex Search Button |
ID | ffmpkkmddbelknkheolceolmdkjloaof |
官方URL | https://chromewebstore.google.com/detail/yandex-search-button/ffmpkkmddbelknkheolceolmdkjloaof |
简介 | Adds a button for searching the same query on other search engines. Alternative search. |
文件大小 | 57.31 KB |
安装次数 | 252 |
当前版本 | 3.10 |
更新时间 | 2022-05-04 |
上架时间 | 2021-07-07 |
评分 | 4.33/5 共6次评分 |
开发者 | Romkaq |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/rq-dev |
帮助页面URL | https://vk.com/rqdev |
隐私政策页面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__", "version": "3.10", "icons": { "128": "icon128.png" }, "content_scripts": [ { "js": [ "back.js" ], "css": [ "style.css" ], "matches": [ "*:\/\/www.google.com\/*", "*:\/\/www.google.ru\/*", "*:\/\/www.google.kz\/*", "*:\/\/www.google.com.ua\/*", "*:\/\/www.google.by\/*", "*:\/\/www.google.uz\/*", "*:\/\/www.google.az\/*", "*:\/\/www.google.kg\/*", "*:\/\/www.google.lt\/*", "*:\/\/www.google.lv\/*", "*:\/\/www.google.md\/*", "*:\/\/www.google.com.br\/*", "*:\/\/www.google.ca\/*", "*:\/\/www.google.de\/*", "*:\/\/www.google.it\/*", "*:\/\/www.google.es\/*", "*:\/\/www.google.fi\/*", "*:\/\/www.google.co.zw\/*", "*:\/\/www.google.co.za\/*", "*:\/\/www.google.com.vn\/*", "*:\/\/www.google.co.ve\/*", "*:\/\/www.google.us\/*", "*:\/\/www.google.com.tw\/*", "*:\/\/www.google.com.tr\/*", "*:\/\/www.google.co.th\/*", "*:\/\/www.google.si\/*", "*:\/\/www.google.se\/*", "*:\/\/www.google.rs\/*", "*:\/\/www.google.ro\/*", "*:\/\/www.google.pl\/*", "*:\/\/www.google.co.nz\/*", "*:\/\/www.google.no\/*", "*:\/\/www.google.mn\/*", "*:\/\/www.google.co.kr\/*", "*:\/\/www.google.co.jp\/*", "*:\/\/www.google.com.jm\/*", "*:\/\/www.google.is\/*", "*:\/\/www.google.hu\/*", "*:\/\/www.google.gr\/*", "*:\/\/www.g.cn\/*", "*:\/\/www.google.cn\/*", "*:\/\/www.google.cl\/*", "*:\/\/www.google.com.af\/*" ] } ], "action": { "default_title": "Search Button", "default_popup": "pop.html" }, "permissions": [ "storage" ], "default_locale": "en", "web_accessible_resources": [ { "resources": [ "settings.html" ], "matches": [ "*:\/\/*\/*" ] } ] } |