Search and Start page — Yandex
Type your search queries into the address bar and get answers from Yandex
What is Search and Start page — Yandex?
Search and Start page — Yandex is a Chrome extension developed by https://ya.ru, and its main feature is "Type your search queries into the address bar and get answers from Yandex".
Extension Screenshots
Download Search and Start page — Yandex Extension CRX File
Download Search and Start page — Yandex 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
Яндекс станет вашей стартовой страницей и основным поиском. Запустив браузер, вы сможете сразу смотреть погоду, пробки, читать новости или включать любимые телепередачи. А если понадобится что-то найти — быстро задать вопрос Яндексу прямо в адресной строке. Он будет угадывать популярные сайты по первым буквам и на многие вопросы отвечать сразу. Устанавливая программу, вы принимаете условия Лицензионного соглашения http://legal.yandex.ru/desktop_software_agreement/.
Extension Basic Information
Name | Search and Start page — Yandex |
ID | gopekdefbcehhdiejdiaijhojgbepgec |
Official URL | https://chromewebstore.google.com/detail/поиск-и-стартовая-—-яндек/gopekdefbcehhdiejdiaijhojgbepgec?hl=en |
Description | Type your search queries into the address bar and get answers from Yandex |
File Size | 16.52 KB |
Installation Count | 220,447 |
Current Version | 9.0.3 |
Last Updated | 2023-12-30 |
Publish Date | 2023-11-26 |
Rating | 2.67/5 Total 15 Ratings |
Developer | https://ya.ru |
[email protected] | |
Payment Type | free |
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__", "version": "9.0.3", "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\/?from=chromesearch&clid=2224314&text={searchTerms}", "image_url": "https:\/\/yandex.ru\/images\/search?rpt=imageview&cbird=5&clid=2224315", "image_url_post_params": "upfile={google:imageThumbnail},original_width={google:imageOriginalWidth},original_height={google:imageOriginalHeight},prg=1", "suggest_url": "https:\/\/suggest.yandex.net\/suggest-ff.cgi?uil=ru&part={searchTerms}", "encoding": "UTF-8", "is_default": true, "prepopulated_id": 15 }, "startup_pages": [ "https:\/\/ya.ru?clid=2224313&homesearchextchrome=9-0-3" ] } } |