cn2tw4programmer
Transfer zh-CN computer science terms into zh-TW
What is cn2tw4programmer?
cn2tw4programmer is a Chrome extension developed by https://pjchender.blogspot.com, and its main feature is "Transfer zh-CN computer science terms into zh-TW".
Extension Screenshots
Download cn2tw4programmer Extension CRX File
Download cn2tw4programmer 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
這個 Google Chrome 擴充套件並不是一個將簡體中文轉換成繁體中文的套件,而是將簡體中文內常用的 Computer Science 詞彙轉換成繁體中文的詞彙,你一定經常看簡體中文的「數組」卻不知道那就是繁體中文「陣列」,看到「對象」卻不知道是指「物件」,而這個套件就是幫你處理這樣的問題。 Github 上亦提供新同文堂「簡轉繁」字典檔,若有需要可直接匯入新同文堂使用。 若有建議新增或修改的詞彙,歡迎提交 PR: https://github.com/pjchender/cn2tw4programmer
Extension Basic Information
Name | cn2tw4programmer |
ID | emjpciklgncophlffcjipabmigmdkdmc |
Official URL | https://chromewebstore.google.com/detail/cn2tw4programmer/emjpciklgncophlffcjipabmigmdkdmc |
Description | Transfer zh-CN computer science terms into zh-TW |
File Size | 26.67 KB |
Installation Count | 806 |
Current Version | 1.0.10 |
Last Updated | 2021-01-14 |
Publish Date | 2020-05-11 |
Rating | 5.00/5 Total 4 Ratings |
Developer | https://pjchender.blogspot.com |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/pjchender/cn2tw4programmer |
Help Page URL | https://github.com/pjchender/cn2tw4programmer |
Supported Languages | zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "cn2tw4programmer", "version": "1.0.10", "description": "Transfer zh-CN computer science terms into zh-TW", "permissions": [ "activeTab" ], "background": { "scripts": [ "background.bundle.js" ], "persistent": false }, "browser_action": { "default_icon": { "16": "images\/cn2zh-16.png", "24": "images\/cn2zh-32.png", "32": "images\/cn2zh-32.png" } }, "icons": { "16": "images\/cn2zh-16.png", "32": "images\/cn2zh-32.png", "48": "images\/cn2zh-48.png", "64": "images\/cn2zh-64.png", "128": "images\/cn2zh-128.png" }, "manifest_version": 2 } |