Online GitHub Python Interpreter

Run python files from within GitHub file pages.

O que é Online GitHub Python Interpreter?

Online GitHub Python Interpreter é uma extensão do Chrome desenvolvida por zacharysmith, e sua principal característica é "Run python files from within GitHub file pages.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Online GitHub Python Interpreter

Baixe arquivos de extensão Online GitHub Python Interpreter no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Online GitHub Python Interpreter Online GitHub Python Interpreter
ID mkmapiapghfhdcoeeiolakohloepklka
URL Oficial https://chromewebstore.google.com/detail/online-github-python-inte/mkmapiapghfhdcoeeiolakohloepklka
Descrição Run python files from within GitHub file pages.
Tamanho do Arquivo 338 KB
Contagem de Instalações 218
Versão Atual 1.1
Última Atualização 2021-09-07
Data de Publicação 2021-09-06
Desenvolvedor zacharysmith
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/Cutwell/github-browser-python-runtime
URL da Página de Ajuda https://github.com/Cutwell/github-browser-python-runtime/issues
Idiomas Suportados 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
}