Yandex Search

Enter search requests in the address field and get results from Yandex

Что такое Yandex Search?

Yandex Search - это расширение Chrome, разработанное https://www.ya.ru, и его основная функция - "Enter search requests in the address field and get results from Yandex".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Yandex Search

Скачайте файлы расширений Yandex Search в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Расширение делает Яндекс поиском по умолчанию в браузере.

Яндекс отличает запросы от адресов сайтов и предугадывает по первым буквам, что вы хотите найти.

Чтобы открыть нужный сайт, не обязательно вводить точный адрес — достаточно набрать, например, [википедия] или даже [dbrb].

Устанавливая программу, вы принимаете условия Лицензионного соглашения http://legal.yandex.ru/desktop_software_agreement/                    

Основная информация о расширении

Название Yandex Search Yandex Search
ID laddjijkcfpakbbnnedbhnnciecidncp
Официальный URL https://chromewebstore.google.com/detail/yandex-search/laddjijkcfpakbbnnedbhnnciecidncp
Описание Enter search requests in the address field and get results from Yandex
Размер файла 61.62 KB
Количество установок 1,472,133
Текущая Версия 8.24.15
Последнее Обновление 2024-02-06
Дата публикации 2023-04-27
Рейтинг 3.84/5 Всего 361 оценок
Разработчик https://www.ya.ru
Электронная почта mainpage@support.yandex.ru
Тип оплаты free
URL страницы помощи https://yandex.ru/support/common/troubleshooting/main.html
URL страницы политики конфиденциальности https://yandex.ru/legal/confidential/index.html
Поддерживаемые языки 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"
}