Yandex Slovari search
This extention searches selected word in yandex slovari online dictionary service
什么是Yandex Slovari search?
Yandex Slovari search是由meshcheryakov83开发的Chrome扩展程序,该扩展的主要功能是“This extention searches selected word in yandex slovari online dictionary service”。
扩展截图
下载Yandex Slovari search扩展crx文件
下载Yandex Slovari search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Searches select word in Yandex Slovari online dictionary service
扩展基本信息
名称 | |
ID | ohondjaplghgcllfnbiifemnjhleenmo |
官方URL | https://chrome.google.com/webstore/detail/yandex-slovari-search/ohondjaplghgcllfnbiifemnjhleenmo |
简介 | This extention searches selected word in yandex slovari online dictionary service |
文件大小 | 13.08 KB |
安装次数 | 10 |
当前版本 | 1.0 |
更新时间 | 2015-10-30 |
上架时间 | 2015-10-30 |
评分 | 5.00/5 共2次评分 |
开发者 | meshcheryakov83 |
付费类型 | free |
支持的语言 | 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" ] } |