Online GitHub Python Interpreter
Run python files from within GitHub file pages.
What is Online GitHub Python Interpreter?
Online GitHub Python Interpreter is a Chrome extension developed by zacharysmith, and its main feature is "Run python files from within GitHub file pages.".
Extension Screenshots
Download Online GitHub Python Interpreter Extension CRX File
Download Online GitHub Python Interpreter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension creates additional UI within the GitHub file viewer, allowing users to run python files within the browser.
Extension Basic Information
Name | Online GitHub Python Interpreter |
ID | mkmapiapghfhdcoeeiolakohloepklka |
Official URL | https://chromewebstore.google.com/detail/online-github-python-inte/mkmapiapghfhdcoeeiolakohloepklka |
Description | Run python files from within GitHub file pages. |
File Size | 338 KB |
Installation Count | 218 |
Current Version | 1.1 |
Last Updated | 2021-09-07 |
Publish Date | 2021-09-06 |
Developer | zacharysmith |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/Cutwell/github-browser-python-runtime |
Help Page URL | https://github.com/Cutwell/github-browser-python-runtime/issues |
Supported Languages | 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 } |