Github Colabify
Adds colab button on github ipython page
Wat is Github Colabify?
Github Colabify is een Chrome-extensie ontwikkeld door Chintan Raiyani, en de belangrijkste functie is "Adds colab button on github ipython page".
Extensie Screenshots
Download het CRX-bestand van de extensie Github Colabify
Download Github Colabify-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Github Colabify |
ID | enfgannencjofjonlojjahlblnjnfhon |
Officiële URL | https://chromewebstore.google.com/detail/github-colabify/enfgannencjofjonlojjahlblnjnfhon |
Beschrijving | Adds colab button on github ipython page |
Bestandsgrootte | 23.21 KB |
Aantal Installaties | 1,157 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2020-07-21 |
Publicatiedatum | 2020-07-16 |
Beoordeling | 4.20/5 Totaal 5 Beoordelingen |
Ontwikkelaar | Chintan Raiyani |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } |