Oxford Dictionary Lookup
Looks up the selected text on Oxford Learner's Dictionaries
什么是Oxford Dictionary Lookup?
Oxford Dictionary Lookup是由namnguyenhoai.info开发的Chrome扩展程序,该扩展的主要功能是“Looks up the selected text on Oxford Learner's Dictionaries”。
扩展截图
下载Oxford Dictionary Lookup扩展crx文件
下载Oxford Dictionary Lookup扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Looks up the selected text on https://www.oxfordlearnersdictionaries.com. - Just right-click on the selected text and choose "Oxford Lookup ..." - Auto close old popup. - Store a history of 15 words you've looked up .
扩展基本信息
名称 | Oxford Dictionary Lookup |
ID | llcdhkifjccomnbldmapjdeoaopnalfh |
官方URL | https://chromewebstore.google.com/detail/oxford-dictionary-lookup/llcdhkifjccomnbldmapjdeoaopnalfh |
简介 | Looks up the selected text on Oxford Learner's Dictionaries |
文件大小 | 141 KB |
安装次数 | 10,000 |
当前版本 | 1.1 |
更新时间 | 2019-02-26 |
上架时间 | 2019-02-26 |
评分 | 4.92/5 共24次评分 |
开发者 | namnguyenhoai.info |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://namnguyenhoai.info/ |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Oxford Dictionary Lookup", "version": "1.1", "description": "Looks up the selected text on Oxford Learner's Dictionaries", "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "browser_action": { "default_icon": "icon16.png", "default_popup": "popup.html" }, "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "permissions": [ "storage", "contextMenus" ] } |