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はnakamine11によって開発されたChromeの拡張機能で、その主な機能は「Help you translate the Kaggle Notebook using a translation engine such as Google Translate.」です。
拡張機能のスクリーンショット
Kaggle Notebook Translation Helper拡張機能のCRXファイルをダウンロード
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 |
Eメール | 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\/*" ] } |