Online GitHub Python Interpreter
Run python files from within GitHub file pages.
Hvad er Online GitHub Python Interpreter?
Online GitHub Python Interpreter er en Chrome-udvidelse udviklet af zacharysmith, og dens hovedfunktion er "Run python files from within GitHub file pages.".
Udvidelsesskærmbilleder
Download Online GitHub Python Interpreter-udvidelses-CRX-fil
Download Online GitHub Python Interpreter-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
This extension creates additional UI within the GitHub file viewer, allowing users to run python files within the browser.
Grundlæggende oplysninger om udvidelsen
Navn | Online GitHub Python Interpreter |
ID | mkmapiapghfhdcoeeiolakohloepklka |
Officiel URL | https://chromewebstore.google.com/detail/online-github-python-inte/mkmapiapghfhdcoeeiolakohloepklka |
Beskrivelse | Run python files from within GitHub file pages. |
Filstørrelse | 338 KB |
Antal Installationer | 218 |
Nuværende Version | 1.1 |
Senest Opdateret | 2021-09-07 |
Udgivelsesdato | 2021-09-06 |
Udvikler | zacharysmith |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/Cutwell/github-browser-python-runtime |
Hjælpeside-URL | https://github.com/Cutwell/github-browser-python-runtime/issues |
Understøttede Sprog | 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 } |