CodeNoCall
Ready for machine translation except source code
Was ist CodeNoCall?
CodeNoCall ist eine Chrome-Erweiterung, die von Soliton Systems K.K. entwickelt wurde, und ihr Hauptmerkmal ist "Ready for machine translation except source code".
Erweiterungsscreenshots
CodeNoCall-Erweiterungs-CRX-Datei herunterladen
Laden Sie CodeNoCall-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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翻訳でウェブサイトを翻訳する際に、ソースコードやシェルコマンドが翻訳されないようにします。サンプルコードをコピペする際に大変便利です。
Grundlegende Informationen zur Erweiterung
Name | CodeNoCall |
ID | incnchiebjmdeedaeiopjfbdblnafdoe |
Offizielle URL | https://chromewebstore.google.com/detail/codenocall/incnchiebjmdeedaeiopjfbdblnafdoe |
Beschreibung | Ready for machine translation except source code |
Dateigröße | 25.46 KB |
Installationsanzahl | 97 |
Aktuelle Version | 1.0 |
Letztes Update | 2020-06-23 |
Veröffentlichungsdatum | 2020-06-23 |
Bewertung | 5.00/5 Insgesamt 4 Bewertungen |
Entwickler | Soliton Systems K.K. |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://www.soliton.co.jp/privacy.html |
Unterstützte Sprachen | 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" ] } ] } |