New TongWenTang

Convert characters between Chinese Simplified and Chinese Traditional

What is New TongWenTang?

New TongWenTang is a Chrome extension developed by tongwentang, and its main feature is "Convert characters between Chinese Simplified and Chinese Traditional".

Extension Screenshots

screenshot
screenshot
screenshot

Download New TongWenTang Extension CRX File

Download New TongWenTang extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        New Tong Wen Tang is a Browser Extension that provide functions for convert between Simplicity Chinese and Traditional Chinese.                    

Extension Basic Information

Name New TongWenTang New TongWenTang
ID ldmgbgaoglmaiblpnphffibpbfchjaeg
Official URL https://chromewebstore.google.com/detail/new-tongwentang/ldmgbgaoglmaiblpnphffibpbfchjaeg
Description Convert characters between Chinese Simplified and Chinese Traditional
File Size 255 KB
Installation Count 86,992
Current Version 2.2.0
Last Updated 2022-11-12
Publish Date 2018-04-05
Rating 4.44/5 Total 561 Ratings
Developer tongwentang
Email [email protected]
Payment Type free
Extension Website https://github.com/tongwentang/tongwentang-extension
Help Page URL https://github.com/tongwentang/tongwentang-extension/issues
Supported Languages en,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_MSG_EXT_NAME__",
    "version": "2.2.0",
    "description": "__MSG_MSG_EXT_DESC__",
    "author": "t7yang",
    "homepage_url": "https:\/\/github.com\/tongwentang\/tongwentang-extension",
    "default_locale": "en",
    "icons": {
        "16": "icons\/tongwen-icon-16.png",
        "32": "icons\/tongwen-icon-32.png",
        "48": "icons\/tongwen-icon-48.png",
        "128": "icons\/tongwen-icon-128.png"
    },
    "permissions": [
        "contextMenus",
        "downloads",
        "notifications",
        "storage",
        "unlimitedStorage"
    ],
    "optional_permissions": [
        "clipboardWrite",
        "clipboardRead"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true,
            "run_at": "document_idle"
        }
    ],
    "browser_action": {
        "browser_style": true,
        "default_icon": {
            "16": "icons\/tongwen-icon-16.png",
            "32": "icons\/tongwen-icon-32.png",
            "48": "icons\/tongwen-icon-48.png",
            "128": "icons\/tongwen-icon-128.png"
        }
    },
    "options_ui": {
        "browser_style": true,
        "open_in_tab": true,
        "page": "options.html"
    },
    "commands": {
        "w_s2t": {
            "description": "__MSG_MSG_WEBPAGE_S2T__",
            "suggested_key": {
                "default": "Shift+Alt+C"
            }
        },
        "w_t2s": {
            "description": "__MSG_MSG_WEBPAGE_T2S__",
            "suggested_key": {
                "default": "Shift+Alt+V"
            }
        },
        "c_s2t": {
            "description": "__MSG_MSG_CONVERT_CLIPBOARD_S2T__",
            "suggested_key": {
                "default": "Shift+Alt+Z"
            }
        },
        "c_t2s": {
            "description": "__MSG_MSG_CONVERT_CLIPBOARD_T2S__",
            "suggested_key": {
                "default": "Shift+Alt+X"
            }
        }
    }
}