Kaggle Notebook Translation Helper
Help you translate the Kaggle Notebook using a translation engine such as Google Translate.
Kaggle Notebook Translation Helperคืออะไร?
Kaggle Notebook Translation Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nakamine11 และคุณลักษณะหลักของมันคือ "Help you translate the Kaggle Notebook using a translation engine such as Google Translate."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Kaggle Notebook Translation Helper
ดาวน์โหลดไฟล์ส่วนขยาย Kaggle Notebook Translation Helper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This Chrome extension is designed to translate Kaggle Notebook using translation engines such as Google Translate. Source code embedded in
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | pbmmnjfppdiejknmcbibbhpgibhggboc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/kaggle-notebook-translati/pbmmnjfppdiejknmcbibbhpgibhggboc |
คำอธิบาย | Help you translate the Kaggle Notebook using a translation engine such as Google Translate. |
ขนาดไฟล์ | 20.83 KB |
จำนวนการติดตั้ง | 1,065 |
เวอร์ชันปัจจุบัน | 1.4.0 |
อัปเดตครั้งล่าสุด | 2023-01-12 |
วันที่เผยแพร่ | 2022-11-07 |
คะแนน | 4.83/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | nakamine11 |
อีเมล | nakamine11@gmail.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/bilzard/kaggle-notebook-translation-helper |
ภาษาที่รองรับ | 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\/*" ] } |