New Tong Wen Tang is a Browser Extension that provide functions for convert between Simplicity Chinese and Traditional Chinese.
Main Features:
- Convert
- Automatic convert on webpage loaded.
- Responsively convert when content change (for Single Page Application).
- Manually convert via Browser Action icon and browser context menu.
- Convert content in clipboard.
- Import and export preferences
- Support import and export config (including v1 config).
- URL Rule
- Set the convert rule by url or regular expression.
- Mapping Words
- Built-in and custom mapping words.
- Settings sync.
To start developing, first git clone then install dependencies:
$ yarn install
Run command:
$ yarn dev:firefox
To start a Chromium-based developing environment you need to create a .env
file from env.sample
then paste your chromium binary path to CHROMIUM_BINARY
. (issue)
Run command:
$ yarn dev:chromium