Yandex Search
Enter search requests in the address field and get results from Yandex
What is Yandex Search?
Yandex Search is a Chrome extension developed by https://www.ya.ru, and its main feature is "Enter search requests in the address field and get results from Yandex".
Extension Screenshots
Download Yandex Search Extension CRX File
Download Yandex Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Расширение делает Яндекс поиском по умолчанию в браузере. Яндекс отличает запросы от адресов сайтов и предугадывает по первым буквам, что вы хотите найти. Чтобы открыть нужный сайт, не обязательно вводить точный адрес — достаточно набрать, например, [википедия] или даже [dbrb]. Устанавливая программу, вы принимаете условия Лицензионного соглашения http://legal.yandex.ru/desktop_software_agreement/
Extension Basic Information
Name | Yandex Search |
ID | laddjijkcfpakbbnnedbhnnciecidncp |
Official URL | https://chromewebstore.google.com/detail/yandex-search/laddjijkcfpakbbnnedbhnnciecidncp |
Description | Enter search requests in the address field and get results from Yandex |
File Size | 61.62 KB |
Installation Count | 1,472,133 |
Current Version | 8.24.15 |
Last Updated | 2024-02-06 |
Publish Date | 2023-04-27 |
Rating | 3.84/5 Total 361 Ratings |
Developer | https://www.ya.ru |
[email protected] | |
Payment Type | free |
Help Page URL | https://yandex.ru/support/common/troubleshooting/main.html |
Privacy Policy Page URL | https://yandex.ru/legal/confidential/index.html |
Supported Languages | en,tr,ru,uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "description": "__MSG_description__", "manifest_version": 2, "permissions": [ "cookies", "tabs", "*:\/\/chrome-elements.yandex.addons\/", "*:\/\/*.yandex.ru\/", "*:\/\/*.yandex.kz\/", "*:\/\/*.yandex.ua\/", "*:\/\/*.yandex.by\/", "*:\/\/*.yandex.uz\/", "*:\/\/*.yandex.net\/", "*:\/\/*.yandex.com\/", "*:\/\/*.yandex.com.tr\/", "*:\/\/*.ya.ru\/", "storage" ], "default_locale": "ru", "background": { "scripts": [ "background\/backend.js" ] }, "web_accessible_resources": [ "logo\/*", "includes\/*" ], "icons": { "16": "logo\/ru\/16.png", "48": "logo\/ru\/48.png", "128": "logo\/ru\/128.png" }, "minimum_chrome_version": "36", "browser_action": { "default_icon": { "19": "logo\/browser_action\/ru\/19.png", "38": "logo\/browser_action\/ru\/38.png" } }, "chrome_settings_overrides": { "search_provider": { "name": "__MSG_searchName__", "keyword": "yandex.ru", "search_url": "https:\/\/yandex.ru\/search\/?from=chromesearch&clid=2196598&text={searchTerms}", "favicon_url": "https:\/\/yastatic.net\/islands\/_\/aKnllxm-gQhidpzbZqub7qe641g.ico", "suggest_url": "https:\/\/suggest.yandex.net\/suggest-ff.cgi?uil=ru&part={searchTerms}", "encoding": "UTF-8", "is_default": true, "prepopulated_id": 15, "image_url": "https:\/\/yandex.ru\/images\/search?rpt=imageview&cbird=5&clid=2220366", "image_url_post_params": "upfile={google:imageThumbnail},original_width={google:imageOriginalWidth},original_height={google:imageOriginalHeight},prg=1" } }, "version": "8.24.15" } |