CodeNoCall
Ready for machine translation except source code
Wat is CodeNoCall?
CodeNoCall is een Chrome-extensie ontwikkeld door Soliton Systems K.K., en de belangrijkste functie is "Ready for machine translation except source code".
Extensie Screenshots
Download het CRX-bestand van de extensie CodeNoCall
Download CodeNoCall-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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翻訳でウェブサイトを翻訳する際に、ソースコードやシェルコマンドが翻訳されないようにします。サンプルコードをコピペする際に大変便利です。
Basisinformatie over de Extensie
Naam | CodeNoCall |
ID | incnchiebjmdeedaeiopjfbdblnafdoe |
Officiële URL | https://chromewebstore.google.com/detail/codenocall/incnchiebjmdeedaeiopjfbdblnafdoe |
Beschrijving | Ready for machine translation except source code |
Bestandsgrootte | 25.46 KB |
Aantal Installaties | 97 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2020-06-23 |
Publicatiedatum | 2020-06-23 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | Soliton Systems K.K. |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://www.soliton.co.jp/privacy.html |
Ondersteunde Talen | 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" ] } ] } |