Oxford quick search.
Get meaning and pronunciation for word using OXFORD API
什么是Oxford quick search.?
Oxford quick search.是由http://sites.google.com/site/santoshmeets开发的Chrome扩展程序,该扩展的主要功能是“Get meaning and pronunciation for word using OXFORD API”。
扩展截图
下载Oxford quick search.扩展crx文件
下载Oxford quick search.扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Get meaning and pronunciation for word using OXFORD API
扩展基本信息
名称 | |
ID | nceefncfgjgfchnlepilneagkjemphgk |
官方URL | https://chrome.google.com/webstore/detail/oxford-quick-search/nceefncfgjgfchnlepilneagkjemphgk |
简介 | Get meaning and pronunciation for word using OXFORD API |
文件大小 | 26.3 KB |
安装次数 | 108 |
当前版本 | 1.0 |
更新时间 | 2017-02-26 |
上架时间 | 2017-02-26 |
评分 | 5.00/5 共1次评分 |
开发者 | http://sites.google.com/site/santoshmeets |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://ersinfosystems.com/ |
帮助页面URL | http://ersinfosystems.com/contact-us/ |
隐私政策页面URL | http://ersinfosystems.com/quick-search-privacy-policy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Oxford quick search.", "version": "1.0", "description": "Get meaning and pronunciation for word using OXFORD API", "icons": { "128": "images\/icon.png", "48": "images\/icon.png", "16": "images\/icon.png" }, "permissions": [ "activeTab", "http:\/\/demo.ersinfosystems.com\/oxforddictionaryapi\/api.php" ], "browser_action": { "default_icon": "icon.png", "default_title": "Get meaning and pronunciation for word!", "default_popup": "popup.html" } } |