Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vdegenne/baidu-hanyu-lookup-snackbar
Chrome extension displaying a handy snackbar to quickly play the pinyin of a Chinese word and open dictionaries.
https://github.com/vdegenne/baidu-hanyu-lookup-snackbar
Last synced: about 1 month ago
JSON representation
Chrome extension displaying a handy snackbar to quickly play the pinyin of a Chinese word and open dictionaries.
- Host: GitHub
- URL: https://github.com/vdegenne/baidu-hanyu-lookup-snackbar
- Owner: vdegenne
- Created: 2019-10-02T20:00:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T04:29:50.000Z (about 2 years ago)
- Last Synced: 2023-03-02T00:42:02.000Z (almost 2 years ago)
- Language: JavaScript
- Size: 785 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Baidu Hanyu Lookup Snackbar
Chrome extension that displays a handful snackbar with pronunciation feature and quick dictionaries access when you select a Chinese word in Chrome Browser.
> ⚠️ This repository is not maintain anymore. The continuation of this project is in private domain (use the email at the bottom of this readme if you are interesting about the current state of the project.)
> ⚠️ This extension is not available on the store because the information used as the data foundation is of private domains. Use for your own education only. You are free to copy and modify the code, but not for a commercial use intention.
## Installation
- clone the repository
- install the dependencies : `npm i`
- build : `npm run build`
- load the folder inside of Chrome (from the extension interface)
- now when you select a chinese word on a webpage the snackbar appears.# Korean search feature
The korean searching feature won't work because Naver will block cors fetch requests.
In order to use the korean feature you will have to run a local server, type the following in the extension folder :```node korean-server```
This will run a local server on the port `51022`.
Now it should work.## Contact
vdegenne (at) gmail (dot) com