CodeNoCall
Ready for machine translation except source code
CodeNoCall là gì?
CodeNoCall là một tiện ích mở rộng Chrome được phát triển bởi Soliton Systems K.K., và tính năng chính của nó là "Ready for machine translation except source code".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng CodeNoCall
Tải xuống các tệp mở rộng CodeNoCall dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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翻訳でウェブサイトを翻訳する際に、ソースコードやシェルコマンドが翻訳されないようにします。サンプルコードをコピペする際に大変便利です。
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | CodeNoCall |
ID | incnchiebjmdeedaeiopjfbdblnafdoe |
URL Chính Thức | https://chromewebstore.google.com/detail/codenocall/incnchiebjmdeedaeiopjfbdblnafdoe |
Mô tả | Ready for machine translation except source code |
Kích Thước Tệp | 25.46 KB |
Số Lần Cài Đặt | 97 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2020-06-23 |
Ngày Phát Hành | 2020-06-23 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | Soliton Systems K.K. |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://www.soliton.co.jp/privacy.html |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |