词霸

词霸, 翻译、生词管理,轻松背单词。

What is 词霸?

词霸 is a Chrome extension developed by pisceanfoot, and its main feature is "词霸, 翻译、生词管理,轻松背单词。".

Extension Screenshots

screenshot

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

                        双击选中单词,页面高亮并记录保存选中的单词保存到生词本中。

支持:
1. 高亮生词
2. 在线及时朗读
3. 单词快速在线翻译

使用方法:
1. 双击取词
2. 双击取消
3. Chrome 浏览器右上角在线翻译

OPEN SOURCE: https://github.com/pisceanfoot/DanCi

最近变更记录:
2018-08-14:
1. 感谢[Li Yuanrui](https://plus.google.com/116557303054720685872) 反馈
2. 单词高亮 Match 整个单词
3. 调整单词高亮饱和度和亮度

2017-02-08:
1. fix bug

2017-02-06:
1. support web page with HTTPS

2017-01-22:
1. 修复 API 失效问题
2. 修改 popup 样式显示异常
Thanks: Jeff (https://github.com/Jeff-Tian)

全部更新日志 (https://github.com/pisceanfoot/DanCi) 

2014-04-10                    

Extension Basic Information

Name 词霸 词霸
ID femhgleoafcbheidpnndohnnpkbeiljn
Official URL https://chromewebstore.google.com/detail/%E8%AF%8D%E9%9C%B8/femhgleoafcbheidpnndohnnpkbeiljn
Description 词霸, 翻译、生词管理,轻松背单词。
File Size 335 KB
Installation Count 143
Current Version 1.5
Last Updated 2023-09-25
Publish Date 2018-08-14
Rating 4.75/5 Total 12 Ratings
Developer pisceanfoot
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "all_frames": true,
        "default_icon": "img\/sw_19.png",
        "default_title": "\u8bcd\u9738",
        "default_popup": "html\/popup.htm"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "css\/jquery.qtip.min.css",
                "css\/content.css"
            ],
            "js": [
                "js\/jquery-1.7.2.min.js",
                "js\/global.js",
                "js\/select.js",
                "js\/bing.js",
                "js\/highlight.js",
                "js\/jquery.qtip.min.js",
                "js\/main.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_idle"
        }
    ],
    "options_page": "html\/option.html",
    "description": "\u8bcd\u9738, \u7ffb\u8bd1\u3001\u751f\u8bcd\u7ba1\u7406\uff0c\u8f7b\u677e\u80cc\u5355\u8bcd\u3002",
    "icons": {
        "128": "img\/sw_128.png",
        "16": "img\/sw_16.png",
        "19": "img\/sw_19.png",
        "32": "img\/sw_32.png",
        "48": "img\/sw_48.png"
    },
    "manifest_version": 3,
    "name": "\u8bcd\u9738",
    "short_name": "\u8bcd\u9738",
    "omnibox": {
        "keyword": "danci"
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/cn.bing.com\/dict\/*"
    ],
    "version": "1.5"
}