# 英汉词典 **Repository Path**: data-first/english-chinese-dictionary ## Basic Information - **Project Name**: 英汉词典 - **Description**: chrome英汉词典插件 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-12-03 - **Last Updated**: 2022-12-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 注 notheing [原作者](https://github.com/program-in-chinese/webextension_english_chinese_dictionary) 词典数据来源: https://github.com/skywind3000/ECDICT #### 2022-5-30修改 1. 输入框改变时即时查询 2. 自动粘贴值输入框 #### 安装链接 - [火狐插件](https://addons.mozilla.org/zh-CN/firefox/addon/%E7%A6%BB%E7%BA%BF%E8%8B%B1%E6%B1%89%E8%AF%8D%E5%85%B8/) - [Chrome插件](https://chrome.google.com/webstore/detail/%E7%A6%BB%E7%BA%BF%E8%8B%B1%E6%B1%89%E8%AF%8D%E5%85%B8/ndifefelacmidghjaehmhicbchbidhpe/related?hl=en) #### QUnit测试 在浏览器中打开`test/测试.html`, 所有测试用例应通过. #### 打包 使用[web-ext](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/web-ext_command_reference), 跳过测试部分, 以加速审核过程. ``` $ web-ext build --ignore-files=test ```