Github Colabify
Adds colab button on github ipython page
什么是Github Colabify?
Github Colabify是由Chintan Raiyani开发的Chrome扩展程序,该扩展的主要功能是“Adds colab button on github ipython page”。
扩展截图
下载Github Colabify扩展crx文件
下载Github Colabify扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
If github hosted ipython notebook page is open it will automatically add Open In Colab button as shown in the image. On click of the Open In Colab button, ipython notebook will be open in colab.
扩展基本信息
名称 | Github Colabify |
ID | enfgannencjofjonlojjahlblnjnfhon |
官方URL | https://chromewebstore.google.com/detail/github-colabify/enfgannencjofjonlojjahlblnjnfhon |
简介 | Adds colab button on github ipython page |
文件大小 | 23.21 KB |
安装次数 | 1,157 |
当前版本 | 1.0.1 |
更新时间 | 2020-07-21 |
上架时间 | 2020-07-16 |
评分 | 4.20/5 共5次评分 |
开发者 | Chintan Raiyani |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Github Colabify", "description": "Adds colab button on github ipython page", "version": "1.0.1", "permissions": [ "tabs", "https:\/\/github.com\/", "https:\/\/colab.research.google.com\/" ], "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "page_action": { "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "manifest_version": 2 } |