Open in Colab
Open a Github-hosted notebook in Google Colab
什么是Open in Colab?
Open in Colab是由colab-team开发的Chrome扩展程序,该扩展的主要功能是“Open a Github-hosted notebook in Google Colab”。
扩展截图
下载Open in Colab扩展crx文件
下载Open in Colab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Simple browser extension to quickly open GitHub-hosted Jupyter notebooks in Google Colab.
Issues and concerns? create an issue at https://github.com/googlecolab/colabtools/issues. 扩展基本信息
| 名称 | |
| ID | iogfkhleblhcpcekbiedikdehleodpjo |
| 官方URL | https://chromewebstore.google.com/detail/open-in-colab/iogfkhleblhcpcekbiedikdehleodpjo |
| 简介 | Open a Github-hosted notebook in Google Colab |
| 文件大小 | 21.34 KB |
| 安装次数 | 90,000 |
| 当前版本 | 1.1.0 |
| 更新时间 | 2023-12-08 |
| 上架时间 | 2018-11-02 |
| 评分 | 4.16/5 共19次评分 |
| 开发者 | colab-team |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/googlecolab/colabtools |
| 帮助页面URL | https://github.com/googlecolab/colabtools/issues |
| 隐私政策页面URL | https://policies.google.com/privacy |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Open in Colab",
"description": "Open a Github-hosted notebook in Google Colab",
"version": "1.1.0",
"version_name": "1.1.0",
"manifest_version": 3,
"icons": {
"16": "images\/icon16.png",
"32": "images\/icon32.png",
"128": "images\/icon128.png"
},
"action": {
"default_icon": {
"16": "images\/icon16.png",
"32": "images\/icon32.png",
"128": "images\/icon128.png"
},
"default_title": "Open notebook in Google Colab"
},
"background": {
"service_worker": "js\/background.js"
},
"permissions": [
"activeTab"
]
} | |