Oxford Dictionary Search

Searches selected words in the Online Oxford Dictionary

什么是Oxford Dictionary Search?

Oxford Dictionary Search是由progmonster开发的Chrome扩展程序,该扩展的主要功能是“Searches selected words in the Online Oxford Dictionary”。

扩展截图

screenshot

下载Oxford Dictionary Search扩展crx文件

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

扩展使用说明

                        Updated 02 Nov 2016. Thanks a lot OSryx for the help (https://github.com/OSryx)                    

扩展基本信息

名称 Oxford Dictionary Search Oxford Dictionary Search
ID bbhgfdkgegllnkmnpidalgbgdghilnha
官方URL https://chrome.google.com/webstore/detail/oxford-dictionary-search/bbhgfdkgegllnkmnpidalgbgdghilnha
简介 Searches selected words in the Online Oxford Dictionary
文件大小 19.39 KB
安装次数 3,000
当前版本 0.2
更新时间 2016-11-02
上架时间 2016-11-02
评分 2.91/5 共86次评分
开发者 progmonster
付费类型 free
扩展官网 https://github.com/progmonster/oxford-dictionary-search.chrome-extensions
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Oxford Dictionary Search",
    "description": "Searches selected words in the Online Oxford Dictionary",
    "version": "0.2",
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "icons": {
        "128": "images\/oxford128.png",
        "54": "images\/oxford54.png",
        "16": "images\/oxford16.png"
    },
    "background": {
        "scripts": [
            "app.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "manifest_version": 2
}