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 Yandex, and its main feature is "Enter search requests in the address field and get results from Yandex".

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/

Данные, собираемые программой, обрабатываются в соответствии с Политикой конфиденциальности  https://yandex.ru/legal/confidential/                    

Extension Basic Information

Name Yandex Search Yandex Search
ID gkhbblmlnjfcdpopgkbjpdpmomlijcna
Official URL https://chromewebstore.google.com/detail/yandex-search/gkhbblmlnjfcdpopgkbjpdpmomlijcna
Description Enter search requests in the address field and get results from Yandex
File Size 18.25 KB
Installation Count 1,640
Current Version 3.0.2.24
Last Updated 2024-01-12
Publish Date 2023-06-08
Rating 1.00/5 Total 1 Ratings
Developer Yandex
Email [email protected]
Payment Type free
Privacy Policy Page URL https://yandex.ru/legal/confidential
Supported Languages en,tr,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "3.0.2.24",
    "manifest_version": 3,
    "default_locale": "ru",
    "minimum_chrome_version": "88",
    "permissions": [
        "contextMenus",
        "alarms",
        "cookies",
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/chrome-elements.yandex.addons\/",
        "*:\/\/*.yandex.by\/",
        "*:\/\/*.yandex.com\/",
        "*:\/\/*.yandex.com.tr\/",
        "*:\/\/*.yandex.kz\/",
        "*:\/\/*.yandex.net\/",
        "*:\/\/*.yandex.ru\/",
        "*:\/\/*.yandex.ua\/",
        "*:\/\/*.yandex.uz\/",
        "*:\/\/*.ya.ru\/"
    ],
    "background": {
        "service_worker": "service_worker.js"
    },
    "icons": {
        "16": "logo\/ru\/16.png",
        "48": "logo\/ru\/48.png",
        "128": "logo\/ru\/128.png"
    },
    "action": {
        "default_icon": {
            "16": "logo\/ru\/16.png",
            "48": "logo\/ru\/48.png"
        }
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "__MSG_searchName__",
            "keyword": "yandex.ru",
            "search_url": "https:\/\/yandex.ru\/search\/?__PARAM__from=chromesearch&text={searchTerms}",
            "suggest_url": "https:\/\/suggest.yandex.net\/suggest-ff.cgi?uil=ru&part={searchTerms}",
            "encoding": "UTF-8",
            "is_default": true,
            "prepopulated_id": 15
        }
    }
}