CodeNoCall
Ready for machine translation except source code
Vad är CodeNoCall?
CodeNoCall är en Chrome-tillägg utvecklad av Soliton Systems K.K., och dess huvudfunktion är "Ready for machine translation except source code".
Tilläggsskärmbilder
Ladda ner CodeNoCall-förlängningens CRX-fil
Ladda ner CodeNoCall-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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翻訳でウェブサイトを翻訳する際に、ソースコードやシェルコマンドが翻訳されないようにします。サンプルコードをコピペする際に大変便利です。
Grundläggande Information om Tillägg
Namn | CodeNoCall |
ID | incnchiebjmdeedaeiopjfbdblnafdoe |
Officiell webbadress | https://chromewebstore.google.com/detail/codenocall/incnchiebjmdeedaeiopjfbdblnafdoe |
Beskrivning | Ready for machine translation except source code |
Filstorlek | 25.46 KB |
Antal Installationer | 97 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2020-06-23 |
Publiceringsdatum | 2020-06-23 |
Betyg | 5.00/5 Totalt 4 Betyg |
Utvecklare | Soliton Systems K.K. |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://www.soliton.co.jp/privacy.html |
Stödda Språk | 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" ] } ] } |