Yandex Slovari search
This extention searches selected word in yandex slovari online dictionary service
What is Yandex Slovari search?
Yandex Slovari search is a Chrome extension developed by meshcheryakov83, and its main feature is "This extention searches selected word in yandex slovari online dictionary service".
Extension Screenshots
Download Yandex Slovari search Extension CRX File
Download Yandex Slovari 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
Searches select word in Yandex Slovari online dictionary service
Extension Basic Information
Name | |
ID | ohondjaplghgcllfnbiifemnjhleenmo |
Official URL | https://chrome.google.com/webstore/detail/yandex-slovari-search/ohondjaplghgcllfnbiifemnjhleenmo |
Description | This extention searches selected word in yandex slovari online dictionary service |
File Size | 13.08 KB |
Installation Count | 10 |
Current Version | 1.0 |
Last Updated | 2015-10-30 |
Publish Date | 2015-10-30 |
Rating | 5.00/5 Total 2 Ratings |
Developer | meshcheryakov83 |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Yandex Slovari search", "description": "This extention searches selected word in yandex slovari online dictionary service", "version": "1.0", "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon48.png", "default_title": "Yandex Slovari" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "contextMenus" ] } |