Oxford Advanced Learner's Dictionary

Looks up online Oxford Advanced Learner's Dictionary for the selected text

什么是Oxford Advanced Learner's Dictionary?

Oxford Advanced Learner's Dictionary是由Quy Nguyen开发的Chrome扩展程序,该扩展的主要功能是“Looks up online Oxford Advanced Learner's Dictionary for the selected text”。

扩展截图

screenshot
screenshot

下载Oxford Advanced Learner's Dictionary扩展crx文件

下载Oxford Advanced Learner's Dictionary扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Right click any word and look up the definition from Oxford Advanced Learner's Dictionary by selecting Oxford Dictionary from context menu                    

扩展基本信息

名称 Oxford Advanced Learner's Dictionary Oxford Advanced Learner's Dictionary
ID jbfnadandganeodogcmcigfmmpkamhif
官方URL https://chromewebstore.google.com/detail/oxford-advanced-learners/jbfnadandganeodogcmcigfmmpkamhif
简介 Looks up online Oxford Advanced Learner's Dictionary for the selected text
文件大小 99.81 KB
安装次数 10,000
当前版本 1.0
更新时间 2018-01-01
上架时间 2017-12-31
评分 4.58/5 共59次评分
开发者 Quy Nguyen
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Oxford Advanced Learner's Dictionary",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Looks up online Oxford Advanced Learner's Dictionary for the selected text",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "oxford.js"
        ]
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "author": [
        {
            "name": "Quy Nguyen",
            "email": "[email protected]"
        }
    ]
}