CodeNoCall
Ready for machine translation except source code
Apa itu CodeNoCall?
CodeNoCall adalah ekstensi Chrome yang dikembangkan oleh Soliton Systems K.K., dan fitur utamanya adalah "Ready for machine translation except source code".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi CodeNoCall
Unduh file ekstensi CodeNoCall dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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翻訳でウェブサイトを翻訳する際に、ソースコードやシェルコマンドが翻訳されないようにします。サンプルコードをコピペする際に大変便利です。
Informasi Dasar Ekstensi
Nama | CodeNoCall |
ID | incnchiebjmdeedaeiopjfbdblnafdoe |
URL Resmi | https://chromewebstore.google.com/detail/codenocall/incnchiebjmdeedaeiopjfbdblnafdoe |
Deskripsi | Ready for machine translation except source code |
Ukuran File | 25.46 KB |
Jumlah Instalasi | 97 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2020-06-23 |
Tanggal Publikasi | 2020-06-23 |
Penilaian | 5.00/5 Total 4 Penilaian |
Pengembang | Soliton Systems K.K. |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://www.soliton.co.jp/privacy.html |
Bahasa yang Didukung | 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" ] } ] } |