Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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