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: 16 days 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-10-13T04:32:03.000Z (6 months ago)
- Last Synced: 2025-04-02T08:05:14.724Z (23 days ago)
- Topics: browser-extension, cantonese, chrome-extension, firefox-addon, firefox-extension, jyutping
- Language: TypeScript
- Homepage: https://chromewebstore.google.com/detail/inject-jyutping/lfgpgjkjglogbndlkikjgbbfoiofbdjp
- Size: 1.72 MB
- Stars: 80
- Watchers: 10
- Forks: 10
- Open Issues: 2
-
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

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
```