海词词典
Dict.cn Extension
What is 海词词典?
海词词典 is a Chrome extension developed by fozzmarc, and its main feature is "Dict.cn Extension".
Download 海词词典 Extension CRX File
Download 海词词典 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
海词词典 for Chrome Extension
Extension Basic Information
Name | |
ID | cegolldnihbakilaokajcilmneffbbea |
Official URL | https://chrome.google.com/webstore/detail/%E6%B5%B7%E8%AF%8D%E8%AF%8D%E5%85%B8/cegolldnihbakilaokajcilmneffbbea |
Description | Dict.cn Extension |
File Size | 59.56 KB |
Installation Count | 68 |
Current Version | 1.0 |
Last Updated | 2013-11-05 |
Publish Date | 2013-11-05 |
Rating | 4.00/5 Total 1 Ratings |
Developer | fozzmarc |
Payment Type | free |
Supported Languages | 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" ] } |