Simplified-Traditional Chinese Characters Conversion
A Chrome extension to convert Chinese text between Simplified or Traditional Chinese characters.
What is Simplified-Traditional Chinese Characters Conversion?
Simplified-Traditional Chinese Characters Conversion is a Chrome extension developed by https://high-qr-code-generator.com, and its main feature is "A Chrome extension to convert Chinese text between Simplified or Traditional Chinese characters.".
Extension Screenshots
Download Simplified-Traditional Chinese Characters Conversion Extension CRX File
Download Simplified-Traditional Chinese Characters Conversion 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
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. Extension Basic Information
| Name | |
| ID | jckhapdbaoilnkbidodkhendklmfgjgc |
| Official URL | https://chromewebstore.google.com/detail/simplified-traditional-ch/jckhapdbaoilnkbidodkhendklmfgjgc |
| Description | A Chrome extension to convert Chinese text between Simplified or Traditional Chinese characters. |
| File Size | 78.38 KB |
| Installation Count | 12,559 |
| Current Version | 5.1 |
| Last Updated | 2024-01-19 |
| Publish Date | 2019-12-25 |
| Rating | 4.19/5 Total 31 Ratings |
| Developer | https://high-qr-code-generator.com |
| [email protected] | |
| Payment Type | free |
| Extension Website | https://chrome.google.com/webstore/detail/jckhapdbaoilnkbidodkhendklmfgjgc |
| Help Page URL | https://chrome.google.com/webstore/detail/jckhapdbaoilnkbidodkhendklmfgjgc |
| Privacy Policy Page URL | https://high-qr-code-generator.com/privacy |
| Supported Languages | 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"
} | |