Simplified-Traditional Chinese Characters Conversion
A Chrome extension to convert Chinese text between Simplified or Traditional Chinese characters.
Simplified-Traditional Chinese Characters Conversionとは何ですか?
Simplified-Traditional Chinese Characters Conversionはhttps://high-qr-code-generator.comによって開発されたChromeの拡張機能で、その主な機能は「A Chrome extension to convert Chinese text between Simplified or Traditional Chinese characters.」です。
拡張機能のスクリーンショット
Simplified-Traditional Chinese Characters Conversion拡張機能のCRXファイルをダウンロード
Simplified-Traditional Chinese Characters Conversion拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A Chrome extension to convert Chinese text between Simplified or Traditional Chinese characters. Updated on Jan 18, 2024 Added support for Manifest Version 3 Added copy functionality Updated on Aug 2, 2020 Fixed several errors Updated on Dec 22, Added the feature to open in a fixed viewport; Updated the interface style.
拡張機能の基本情報
名前 | Simplified-Traditional Chinese Characters Conversion |
ID | jckhapdbaoilnkbidodkhendklmfgjgc |
公式URL | https://chromewebstore.google.com/detail/simplified-traditional-ch/jckhapdbaoilnkbidodkhendklmfgjgc |
説明 | A Chrome extension to convert Chinese text between Simplified or Traditional Chinese characters. |
ファイルサイズ | 78.38 KB |
インストール数 | 12,559 |
現在のバージョン | 5.1 |
最終更新日 | 2024-01-19 |
公開日 | 2019-12-25 |
評価 | 4.19/5 合計 31 レビュー |
開発者 | https://high-qr-code-generator.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://chrome.google.com/webstore/detail/jckhapdbaoilnkbidodkhendklmfgjgc |
ヘルプページのURL | https://chrome.google.com/webstore/detail/jckhapdbaoilnkbidodkhendklmfgjgc |
プライバシーポリシーページのURL | https://high-qr-code-generator.com/privacy |
対応言語 | en,en-GB,en-US,zh-CN,zh-TW |
manifest.json | |
{ "action": { "default_icon": "assets\/19x19.png", "default_popup": "popup.html" }, "background": { "service_worker": "js\/sw.js" }, "default_locale": "zh_TW", "description": "__MSG_app_desc__", "icons": { "128": "assets\/128x128.png", "19": "assets\/19x19.png", "48": "assets\/48x48.png" }, "manifest_version": 3, "name": "__MSG_app_name__", "permissions": [ "contextMenus" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "5.1" } |