Online GitHub Python Interpreter

Run python files from within GitHub file pages.

Was ist Online GitHub Python Interpreter?

Online GitHub Python Interpreter ist eine Chrome-Erweiterung, die von zacharysmith entwickelt wurde, und ihr Hauptmerkmal ist "Run python files from within GitHub file pages.".

Erweiterungsscreenshots

screenshot

Online GitHub Python Interpreter-Erweiterungs-CRX-Datei herunterladen

Laden Sie Online GitHub Python Interpreter-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

                        This extension creates additional UI within the GitHub file viewer, allowing users to run python files within the browser.                    

Grundlegende Informationen zur Erweiterung

Name Online GitHub Python Interpreter Online GitHub Python Interpreter
ID mkmapiapghfhdcoeeiolakohloepklka
Offizielle URL https://chromewebstore.google.com/detail/online-github-python-inte/mkmapiapghfhdcoeeiolakohloepklka
Beschreibung Run python files from within GitHub file pages.
Dateigröße 338 KB
Installationsanzahl 218
Aktuelle Version 1.1
Letztes Update 2021-09-07
Veröffentlichungsdatum 2021-09-06
Entwickler zacharysmith
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/Cutwell/github-browser-python-runtime
Hilfeseite URL https://github.com/Cutwell/github-browser-python-runtime/issues
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Online GitHub Python Interpreter",
    "version": "1.1",
    "description": "Run python files from within GitHub file pages.",
    "page_action": {
        "default_icon": {
            "48": "data\/img\/icon48.png",
            "128": "data\/img\/icon128.png"
        }
    },
    "icons": {
        "48": "data\/img\/icon48.png",
        "128": "data\/img\/icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "data\/skulpt\/skulpt.min.js",
                "data\/skulpt\/skulpt-stdlib.js",
                "data\/js\/content.js"
            ],
            "matches": [
                "https:\/\/github.com\/*"
            ]
        }
    ],
    "manifest_version": 2
}