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 |
电子邮箱 | 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\/*" ] } |