cn2tw4programmer
Transfer zh-CN computer science terms into zh-TW
cn2tw4programmerとは何ですか?
cn2tw4programmerはhttps://pjchender.blogspot.comによって開発されたChromeの拡張機能で、その主な機能は「Transfer zh-CN computer science terms into zh-TW」です。
拡張機能のスクリーンショット
cn2tw4programmer拡張機能のCRXファイルをダウンロード
cn2tw4programmer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
這個 Google Chrome 擴充套件並不是一個將簡體中文轉換成繁體中文的套件,而是將簡體中文內常用的 Computer Science 詞彙轉換成繁體中文的詞彙,你一定經常看簡體中文的「數組」卻不知道那就是繁體中文「陣列」,看到「對象」卻不知道是指「物件」,而這個套件就是幫你處理這樣的問題。
Github 上亦提供新同文堂「簡轉繁」字典檔,若有需要可直接匯入新同文堂使用。
若有建議新增或修改的詞彙,歡迎提交 PR:
https://github.com/pjchender/cn2tw4programmer 拡張機能の基本情報
| 名前 | |
| ID | emjpciklgncophlffcjipabmigmdkdmc |
| 公式URL | https://chromewebstore.google.com/detail/cn2tw4programmer/emjpciklgncophlffcjipabmigmdkdmc |
| 説明 | Transfer zh-CN computer science terms into zh-TW |
| ファイルサイズ | 26.67 KB |
| インストール数 | 806 |
| 現在のバージョン | 1.0.10 |
| 最終更新日 | 2021-01-14 |
| 公開日 | 2020-05-11 |
| 評価 | 5.00/5 合計 4 レビュー |
| 開発者 | https://pjchender.blogspot.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/pjchender/cn2tw4programmer |
| ヘルプページのURL | https://github.com/pjchender/cn2tw4programmer |
| 対応言語 | 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
} | |