Github Colabify

Adds colab button on github ipython page

Was ist Github Colabify?

Github Colabify ist eine Chrome-Erweiterung, die von Chintan Raiyani entwickelt wurde, und ihr Hauptmerkmal ist "Adds colab button on github ipython page".

Erweiterungsscreenshots

screenshot

Github Colabify-Erweiterungs-CRX-Datei herunterladen

Laden Sie Github Colabify-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Github Colabify Github Colabify
ID enfgannencjofjonlojjahlblnjnfhon
Offizielle URL https://chromewebstore.google.com/detail/github-colabify/enfgannencjofjonlojjahlblnjnfhon
Beschreibung Adds colab button on github ipython page
Dateigröße 23.21 KB
Installationsanzahl 1,157
Aktuelle Version 1.0.1
Letztes Update 2020-07-21
Veröffentlichungsdatum 2020-07-16
Bewertung 4.20/5 Insgesamt 5 Bewertungen
Entwickler Chintan Raiyani
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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
}