Kaggle Notebook Translation Helper
Help you translate the Kaggle Notebook using a translation engine such as Google Translate.
Kaggle Notebook Translation Helper là gì?
Kaggle Notebook Translation Helper là một tiện ích mở rộng Chrome được phát triển bởi nakamine11, và tính năng chính của nó là "Help you translate the Kaggle Notebook using a translation engine such as Google Translate.".
Ả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 Kaggle Notebook Translation Helper
Tải xuống các tệp mở rộng Kaggle Notebook Translation Helper 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
This Chrome extension is designed to translate Kaggle Notebook using translation engines such as Google Translate. Source code embedded in
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | pbmmnjfppdiejknmcbibbhpgibhggboc |
URL Chính Thức | https://chromewebstore.google.com/detail/kaggle-notebook-translati/pbmmnjfppdiejknmcbibbhpgibhggboc |
Mô tả | Help you translate the Kaggle Notebook using a translation engine such as Google Translate. |
Kích Thước Tệp | 20.83 KB |
Số Lần Cài Đặt | 1,065 |
Phiên Bản Hiện Tại | 1.4.0 |
Cập Nhật Lần Cuối | 2023-01-12 |
Ngày Phát Hành | 2022-11-07 |
Đánh Giá | 4.83/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | nakamine11 |
nakamine11@gmail.com | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/bilzard/kaggle-notebook-translation-helper |
Ngôn Ngữ Được Hỗ Trợ | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "version": "1.4.0", "description": "__MSG_appDesc__", "default_locale": "en", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "tabs", "scripting" ], "host_permissions": [ "https:\/\/www.kaggle.com\/code\/*", "https:\/\/www.kaggleusercontent.com\/*" ] } |