海词词典

Dict.cn Extension

什么是海词词典?

海词词典是由fozzmarc开发的Chrome扩展程序,该扩展的主要功能是“Dict.cn Extension”。

下载海词词典扩展crx文件

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

扩展使用说明

                        海词词典 for Chrome Extension                    

扩展基本信息

名称 海词词典 海词词典
ID cegolldnihbakilaokajcilmneffbbea
官方URL https://chrome.google.com/webstore/detail/%E6%B5%B7%E8%AF%8D%E8%AF%8D%E5%85%B8/cegolldnihbakilaokajcilmneffbbea
简介 Dict.cn Extension
文件大小 59.56 KB
安装次数 68
当前版本 1.0
更新时间 2013-11-05
上架时间 2013-11-05
评分 4.00/5 共1次评分
开发者 fozzmarc
付费类型 free
支持的语言 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u6d77\u8bcd\u8bcd\u5178",
    "description": "Dict.cn Extension",
    "version": "1.0",
    "permissions": [
        "http:\/\/dict.cn\/",
        "http:\/\/*.dict.cn\/*",
        "http:\/\/cdn.dfile.cn\/*",
        "webRequest",
        "webRequestBlocking"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "js\/dict.min.js",
        "js\/dplayer.min.js",
        "js\/encrypt.js",
        "js\/jquery-1.8.0.min.js",
        "js\/player.swf"
    ]
}