Яндекс сервисы
Быстрый поиск интересующего сервиса от Яндекс
What is Яндекс сервисы?
Яндекс сервисы is a Chrome extension developed by Morozov A.A., and its main feature is "Быстрый поиск интересующего сервиса от Яндекс".
Extension Screenshots
Download Яндекс сервисы Extension CRX File
Download Яндекс сервисы 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
Список самых часто используемых сервисов Яндекса. Не нужно никуда переходить и вводить длинные адреса сайтов. Теперь все закладки у Вас всегда рядом и доступны в один клик. List of the most frequently used Yandex services. No need to move anywhere and enter long site addresses. Now all the bookmarks you have always close and available in one click.
Extension Basic Information
Name | |
ID | cdbdnaabkopiefeekafiadjmobcbppcm |
Official URL | https://chrome.google.com/webstore/detail/%D1%8F%D0%BD%D0%B4%D0%B5%D0%BA%D1%81-%D1%81%D0%B5%D1%80%D0%B2%D0%B8%D1%81%D1%8B/cdbdnaabkopiefeekafiadjmobcbppcm |
Description | Быстрый поиск интересующего сервиса от Яндекс |
File Size | 384 KB |
Installation Count | 5,000 |
Current Version | 1.1 |
Last Updated | 2016-04-11 |
Publish Date | 2016-04-11 |
Rating | 4.27/5 Total 15 Ratings |
Developer | Morozov A.A. |
Payment Type | free |
Supported Languages | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "\u042f\u043d\u0434\u0435\u043a\u0441 \u0441\u0435\u0440\u0432\u0438\u0441\u044b", "short_name": "\u042f\u043d\u0434\u0435\u043a\u0441", "description": "\u0411\u044b\u0441\u0442\u0440\u044b\u0439 \u043f\u043e\u0438\u0441\u043a \u0438\u043d\u0442\u0435\u0440\u0435\u0441\u0443\u044e\u0449\u0435\u0433\u043e \u0441\u0435\u0440\u0432\u0438\u0441\u0430 \u043e\u0442 \u042f\u043d\u0434\u0435\u043a\u0441", "version": "1.1", "minimum_chrome_version": "23", "browser_action": { "default_name": "\u042f\u043d\u0434\u0435\u043a\u0441 \u0441\u0435\u0440\u0432\u0438\u0441\u044b", "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs", "activeTab", "chrome:\/\/favicon\/", "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ "\/js\/jquery-2.2.3.min.js", "\/js\/bootstrap.min.js" ] } |