Github Colabify
Adds colab button on github ipython page
Qu'est-ce que Github Colabify ?
Github Colabify est une extension Chrome développée par Chintan Raiyani, et sa fonction principale est "Adds colab button on github ipython page".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Github Colabify
Téléchargez les fichiers d'extension Github Colabify au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Github Colabify |
ID | enfgannencjofjonlojjahlblnjnfhon |
URL Officiel | https://chromewebstore.google.com/detail/github-colabify/enfgannencjofjonlojjahlblnjnfhon |
Description | Adds colab button on github ipython page |
Taille du Fichier | 23.21 KB |
Nombre d'Installations | 1,157 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2020-07-21 |
Date de Publication | 2020-07-16 |
Évaluation | 4.20/5 Total 5 Évaluations |
Développeur | Chintan Raiyani |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } |