Поиск в Яндексе из контекстного меню
This extensions helps you to search information with yandex from context menu
What is Поиск в Яндексе из контекстного меню?
Поиск в Яндексе из контекстного меню is a Chrome extension developed by burgua, and its main feature is "This extensions helps you to search information with yandex from context menu".
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
Это расширение позволяет искать выделенные слова в Яндексе. Для работы необходимо выделить слово и в контестном меню нажать "Искать в Яндексе".
Extension Basic Information
Name | |
ID | iechglifijdfgkflifkbnbmbefcdmnik |
Official URL | https://chrome.google.com/webstore/detail/%D0%BF%D0%BE%D0%B8%D1%81%D0%BA-%D0%B2-%D1%8F%D0%BD%D0%B4%D0%B5%D0%BA%D1%81%D0%B5-%D0%B8%D0%B7-%D0%BA%D0%BE%D0%BD%D1%82%D0%B5%D0%BA/iechglifijdfgkflifkbnbmbefcdmnik |
Description | This extensions helps you to search information with yandex from context menu |
File Size | 53.48 KB |
Installation Count | 1,406 |
Current Version | 1.0 |
Last Updated | 2022-04-07 |
Publish Date | 2013-09-08 |
Rating | 2.30/5 Total 57 Ratings |
Developer | burgua |
[email protected] | |
Payment Type | free |
Supported Languages | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u041f\u043e\u0438\u0441\u043a \u0432 \u042f\u043d\u0434\u0435\u043a\u0441\u0435 \u0438\u0437 \u043a\u043e\u043d\u0442\u0435\u043a\u0441\u0442\u043d\u043e\u0433\u043e \u043c\u0435\u043d\u044e", "version": "1.0", "manifest_version": 3, "description": "This extensions helps you to search information with yandex from context menu", "permissions": [ "contextMenus" ], "background": { "service_worker": "code.js" }, "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "64": "icons\/64.png", "128": "icons\/128.png" } } |