• Stars
    star
    119
  • Rank 290,003 (Top 6 %)
  • Language
    TypeScript
  • License
    MIT License
  • Created over 5 years ago
  • Updated about 2 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

New Tong Wen Tang

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.

Download

Todo Features

  • Settings sync.

Development

To start developing, first git clone then install dependencies:

$ yarn install

Developing with Firefox

Run command:

$ yarn dev:firefox

Developing with chromium-based browser

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