Kaggle Notebook Translation Helper
Help you translate the Kaggle Notebook using a translation engine such as Google Translate.
What is Kaggle Notebook Translation Helper?
Kaggle Notebook Translation Helper is a Chrome extension developed by nakamine11, and its main feature is "Help you translate the Kaggle Notebook using a translation engine such as Google Translate.".
Extension Screenshots
Download Kaggle Notebook Translation Helper Extension CRX File
Download Kaggle Notebook Translation Helper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This Chrome extension is designed to translate Kaggle Notebook using translation engines such as Google Translate. Source code embedded in
Extension Basic Information
Name | |
ID | pbmmnjfppdiejknmcbibbhpgibhggboc |
Official URL | https://chromewebstore.google.com/detail/kaggle-notebook-translati/pbmmnjfppdiejknmcbibbhpgibhggboc |
Description | Help you translate the Kaggle Notebook using a translation engine such as Google Translate. |
File Size | 20.83 KB |
Installation Count | 1,065 |
Current Version | 1.4.0 |
Last Updated | 2023-01-12 |
Publish Date | 2022-11-07 |
Rating | 4.83/5 Total 6 Ratings |
Developer | nakamine11 |
nakamine11@gmail.com | |
Payment Type | free |
Extension Website | https://github.com/bilzard/kaggle-notebook-translation-helper |
Supported Languages | 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\/*" ] } |