Online GitHub Python Interpreter

Run python files from within GitHub file pages.

Qu'est-ce que Online GitHub Python Interpreter ?

Online GitHub Python Interpreter est une extension Chrome développée par zacharysmith, et sa fonction principale est "Run python files from within GitHub file pages.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Online GitHub Python Interpreter

Téléchargez les fichiers d'extension Online GitHub Python Interpreter 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

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

Informations de Base sur l'Extension

Nom Online GitHub Python Interpreter Online GitHub Python Interpreter
ID mkmapiapghfhdcoeeiolakohloepklka
URL Officiel https://chromewebstore.google.com/detail/online-github-python-inte/mkmapiapghfhdcoeeiolakohloepklka
Description Run python files from within GitHub file pages.
Taille du Fichier 338 KB
Nombre d'Installations 218
Version Actuelle 1.1
Dernière Mise à Jour 2021-09-07
Date de Publication 2021-09-06
Développeur zacharysmith
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/Cutwell/github-browser-python-runtime
URL de la Page d'Aide https://github.com/Cutwell/github-browser-python-runtime/issues
Langues Prises en Charge 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
}