Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/canclid/inject-jyutping
A browser extension that adds Cantonese pronunciation (Jyutping) on Chinese characters
https://github.com/canclid/inject-jyutping
browser-extension cantonese chrome-extension firefox-addon firefox-extension jyutping
Last synced: about 10 hours ago
JSON representation
A browser extension that adds Cantonese pronunciation (Jyutping) on Chinese characters
- Host: GitHub
- URL: https://github.com/canclid/inject-jyutping
- Owner: CanCLID
- License: bsd-2-clause
- Created: 2020-09-04T03:34:23.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-10T22:39:56.000Z (6 months ago)
- Last Synced: 2024-08-10T23:30:08.829Z (6 months ago)
- Topics: browser-extension, cantonese, chrome-extension, firefox-addon, firefox-extension, jyutping
- Language: JavaScript
- Homepage: https://chromewebstore.google.com/detail/inject-jyutping/lfgpgjkjglogbndlkikjgbbfoiofbdjp
- Size: 1.68 MB
- Stars: 68
- Watchers: 11
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Inject Jyutping 幫bong1 漢hon3 字zi6 標biu1 粵jyut6 拼ping3
呢個係一個可以幫網頁上面嘅漢字自動標註粵拼嘅 Chrome、Firefox 同 Edge 擴充功能,係學習粵拼同粵語嘅強大工具。
A browser extension for Google Chrome, Mozilla Firefox, and Microsoft Edge that adds Cantonese pronunciation (Jyutping) on Chinese characters, a powerful tool for learning Cantonese and Jyutping.
Install 安on1 裝zong1
- [Chrome Web Store](https://chrome.google.com/webstore/detail/inject-jyutping/lfgpgjkjglogbndlkikjgbbfoiofbdjp)
- [Firefox Browser Add-On](https://addons.mozilla.org/firefox/addon/inject-jyutping/)Preview 預jyu6 覽laam5
![Demo](./demo.jpg)
Development 開hoi1 發faat3
執行以下命令:
Run the following command:
```sh
npm i
npm start
```再去瀏覽器「擴充功能」頁撳「載入未封裝項目」並揀選 `dist` 資料夾。
And navigate to the browser “Extensions” page, click “Load Unpacked” and select the `dist` folder.
要產生用於發佈嘅版本,請執行:
To generate a production build, run:
```sh
npm run build
```