Online GitHub Python Interpreter
Run python files from within GitHub file pages.
¿Qué es Online GitHub Python Interpreter?
Online GitHub Python Interpreter es una extensión de Chrome desarrollada por zacharysmith, y su función principal es "Run python files from within GitHub file pages.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Online GitHub Python Interpreter
Descarga archivos de extensión Online GitHub Python Interpreter en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
This extension creates additional UI within the GitHub file viewer, allowing users to run python files within the browser.
Información Básica de la Extensión
Nombre | Online GitHub Python Interpreter |
ID | mkmapiapghfhdcoeeiolakohloepklka |
URL Oficial | https://chromewebstore.google.com/detail/online-github-python-inte/mkmapiapghfhdcoeeiolakohloepklka |
Descripción | Run python files from within GitHub file pages. |
Tamaño del Archivo | 338 KB |
Cantidad de Instalaciones | 218 |
Versión Actual | 1.1 |
Última Actualización | 2021-09-07 |
Fecha de Publicación | 2021-09-06 |
Desarrollador | zacharysmith |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/Cutwell/github-browser-python-runtime |
URL de la Página de Ayuda | https://github.com/Cutwell/github-browser-python-runtime/issues |
Idiomas Soportados | 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 } |