Online GitHub Python Interpreter
Run python files from within GitHub file pages.
Wat is Online GitHub Python Interpreter?
Online GitHub Python Interpreter is een Chrome-extensie ontwikkeld door zacharysmith, en de belangrijkste functie is "Run python files from within GitHub file pages.".
Extensie Screenshots
Download het CRX-bestand van de extensie Online GitHub Python Interpreter
Download Online GitHub Python Interpreter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension creates additional UI within the GitHub file viewer, allowing users to run python files within the browser.
Basisinformatie over de Extensie
Naam | Online GitHub Python Interpreter |
ID | mkmapiapghfhdcoeeiolakohloepklka |
Officiële URL | https://chromewebstore.google.com/detail/online-github-python-inte/mkmapiapghfhdcoeeiolakohloepklka |
Beschrijving | Run python files from within GitHub file pages. |
Bestandsgrootte | 338 KB |
Aantal Installaties | 218 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2021-09-07 |
Publicatiedatum | 2021-09-06 |
Ontwikkelaar | zacharysmith |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/Cutwell/github-browser-python-runtime |
Help Pagina-URL | https://github.com/Cutwell/github-browser-python-runtime/issues |
Ondersteunde Talen | 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 } |