Online GitHub Python Interpreter

Run python files from within GitHub file pages.

Cos'è Online GitHub Python Interpreter?

Online GitHub Python Interpreter è un'estensione di Chrome sviluppata da zacharysmith, e la sua funzione principale è "Run python files from within GitHub file pages.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Online GitHub Python Interpreter

Scarica i file di estensione Online GitHub Python Interpreter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Online GitHub Python Interpreter Online GitHub Python Interpreter
ID mkmapiapghfhdcoeeiolakohloepklka
URL Ufficiale https://chromewebstore.google.com/detail/online-github-python-inte/mkmapiapghfhdcoeeiolakohloepklka
Descrizione Run python files from within GitHub file pages.
Dimensione del File 338 KB
Conteggio Installazioni 218
Versione Corrente 1.1
Ultimo Aggiornamento 2021-09-07
Data di Pubblicazione 2021-09-06
Sviluppatore zacharysmith
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/Cutwell/github-browser-python-runtime
URL della Pagina di Aiuto https://github.com/Cutwell/github-browser-python-runtime/issues
Lingue Supportate 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
}