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 |
Eメール | [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 } |