离线英汉词典

工具栏按钮, 弹窗显示选中词或短语的翻译

What is 离线英汉词典?

离线英汉词典 is a Chrome extension developed by Xuan Wu, and its main feature is "工具栏按钮, 弹窗显示选中词或短语的翻译".

Extension Screenshots

screenshot
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

                        工具栏按钮, 弹窗显示选中词或短语的翻译. 词典数据包含在插件之中. 不依赖任何在线翻译服务.
词典数据来源: https://github.com/skywind3000/ECDICT
经裁剪后, 插件安装文件仍有13+MB. 安装后, 插件启动时载入所有词典数据需几秒(本机测试大约2秒). 此后每次查询不需重载词典.

0.0.7
添加词形变化信息: https://github.com/program-in-chinese/webextension_english_chinese_dictionary/issues/8
如查询"get"显示:
过去分词: got; 过去式: got; 现在分词: getting; 第三人称单数: gets;

0.0.6
1. 修正: https://github.com/program-in-chinese/webextension_english_chinese_dictionary/issues/5#issuecomment-433296484
2. 续0.0.5的#2, 弹窗中显示处理后的英文, 比如, 查询"Task", 弹窗中会显示"task".

0.0.5
1. 提供输入框, 可供当无法选中页面中的文本或者手动输入后按回车键查询.
2. 当单词小写无法查到, 尝试全大写查询, 比如'ok'
3. 放大字体

0.0.4
1. 除去单词/短语前后空格再查询; 如无此词条, 提示未查到
2. 添加批量查词接口(仅供其他插件调用)                    

Extension Basic Information

Name 离线英汉词典 离线英汉词典
ID ndifefelacmidghjaehmhicbchbidhpe
Official URL https://chromewebstore.google.com/detail/%E7%A6%BB%E7%BA%BF%E8%8B%B1%E6%B1%89%E8%AF%8D%E5%85%B8/ndifefelacmidghjaehmhicbchbidhpe
Description 工具栏按钮, 弹窗显示选中词或短语的翻译
File Size 13.82 MB
Installation Count 499
Current Version 0.0.7
Last Updated 2018-11-02
Publish Date 2018-11-02
Rating 5.00/5 Total 1 Ratings
Developer Xuan Wu
Email [email protected]
Payment Type free
Extension Website https://github.com/program-in-chinese/webextension_english_chinese_dictionary
Help Page URL https://github.com/program-in-chinese/webextension_english_chinese_dictionary/issues
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u79bb\u7ebf\u82f1\u6c49\u8bcd\u5178",
    "version": "0.0.7",
    "description": "\u5de5\u5177\u680f\u6309\u94ae, \u5f39\u7a97\u663e\u793a\u9009\u4e2d\u8bcd\u6216\u77ed\u8bed\u7684\u7ffb\u8bd1",
    "homepage_url": "https:\/\/github.com\/program-in-chinese\/webextension_english_chinese_dictionary",
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_title": "\u79bb\u7ebf\u82f1\u6c49\u8bcd\u5178",
        "default_icon": {
            "32": "\u56fe\u6807\/\u9879\u76ee_32.png"
        },
        "default_popup": "\u5f39\u7a97\/\u4e3b\u754c\u9762.html"
    },
    "icons": {
        "48": "\u56fe\u6807\/\u9879\u76ee_48.png",
        "96": "\u56fe\u6807\/\u9879\u76ee_96.png"
    },
    "background": {
        "scripts": [
            "\u52a0\u8f7d\u8bcd\u5178.js",
            "\u67e5\u8bcd.js"
        ]
    },
    "web_accessible_resources": [
        "\u8bcd\u5178\u6570\u636e\/\u8bcd\u5178*.json"
    ]
}