New TongWenTang

Convert characters between Chinese Simplified and Chinese Traditional

New TongWenTangคืออะไร?

New TongWenTang เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tongwentang และคุณลักษณะหลักของมันคือ "Convert characters between Chinese Simplified and Chinese Traditional"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย New TongWenTang

ดาวน์โหลดไฟล์ส่วนขยาย New TongWenTang ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ New TongWenTang New TongWenTang
ID ldmgbgaoglmaiblpnphffibpbfchjaeg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/new-tongwentang/ldmgbgaoglmaiblpnphffibpbfchjaeg
คำอธิบาย Convert characters between Chinese Simplified and Chinese Traditional
ขนาดไฟล์ 255 KB
จำนวนการติดตั้ง 86,992
เวอร์ชันปัจจุบัน 2.2.0
อัปเดตครั้งล่าสุด 2022-11-12
วันที่เผยแพร่ 2018-04-05
คะแนน 4.44/5 รวมทั้งหมด 561 คะแนน
ผู้พัฒนา tongwentang
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/tongwentang/tongwentang-extension
URL หน้าช่วยเหลือ https://github.com/tongwentang/tongwentang-extension/issues
ภาษาที่รองรับ 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"
            }
        }
    }
}