CodeNoCall
Ready for machine translation except source code
什麼是CodeNoCall?
CodeNoCall是由Soliton Systems K.K.開發的Chrome擴展程式,該擴展的主要功能是“Ready for machine translation except source code”。
擴展截圖
下載CodeNoCall擴展crx文件
下載CodeNoCall擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
When translating websites with Google Translate, exclude source code and shell commands from translation. It is very convenient when you copy and paste the sample code. Google翻訳でウェブサイトを翻訳する際に、ソースコードやシェルコマンドが翻訳されないようにします。サンプルコードをコピペする際に大変便利です。
擴展基本資訊
名稱 | CodeNoCall |
ID | incnchiebjmdeedaeiopjfbdblnafdoe |
官方網址 | https://chromewebstore.google.com/detail/codenocall/incnchiebjmdeedaeiopjfbdblnafdoe |
簡介 | Ready for machine translation except source code |
檔案大小 | 25.46 KB |
安裝次數 | 97 |
目前版本 | 1.0 |
更新時間 | 2020-06-23 |
上架時間 | 2020-06-23 |
評分 | 5.00/5 共 4 次評分 |
開發者 | Soliton Systems K.K. |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://www.soliton.co.jp/privacy.html |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CodeNoCall", "version": "1.0", "description": "Ready for machine translation except source code", "icons": { "128": "icon_128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*\/*" ], "all_frames": true, "js": [ "content.js" ] } ] } |