Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/HaloWordApp/haloword
English–Chinese dictionary app for Chrome with over 30,000 users
https://github.com/HaloWordApp/haloword
Last synced: 7 days ago
JSON representation
English–Chinese dictionary app for Chrome with over 30,000 users
- Host: GitHub
- URL: https://github.com/HaloWordApp/haloword
- Owner: HaloWordApp
- License: mit
- Created: 2011-09-15T03:48:51.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2020-05-13T14:19:04.000Z (over 4 years ago)
- Last Synced: 2024-07-10T18:16:27.722Z (4 months ago)
- Language: JavaScript
- Homepage: https://chrome.google.com/webstore/detail/halo-word-dictionary/bhkcehpnnlgncpnefpanachijmhikocj
- Size: 3.84 MB
- Stars: 410
- Watchers: 29
- Forks: 67
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Halo Word Dictionary
========![Promo Image](http://ww1.sinaimg.cn/large/70cecf67jw1e900jtcothj212w0fkq7f.jpg)
A well-designed English ⇒ Chinese dictionary for Chrome. [Download from Chrome Web Store](https://chrome.google.com/webstore/detail/halo-word-dictionary/bhkcehpnnlgncpnefpanachijmhikocj)
Halo Word is open-sourced under MIT license, pull requests are welcome!
## Icon
The icons of this project are from [Oxygen Icons](https://github.com/KDE/oxygen-icons5) and are under LGPL license.## Build Project
```sh
npm install -g less
cd style
lessc styles.less styles.css
```