Online GitHub Python Interpreter
Run python files from within GitHub file pages.
Vad är Online GitHub Python Interpreter?
Online GitHub Python Interpreter är en Chrome-tillägg utvecklad av zacharysmith, och dess huvudfunktion är "Run python files from within GitHub file pages.".
Tilläggsskärmbilder
Ladda ner Online GitHub Python Interpreter-förlängningens CRX-fil
Ladda ner Online GitHub Python Interpreter-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This extension creates additional UI within the GitHub file viewer, allowing users to run python files within the browser.
Grundläggande Information om Tillägg
Namn | Online GitHub Python Interpreter |
ID | mkmapiapghfhdcoeeiolakohloepklka |
Officiell webbadress | https://chromewebstore.google.com/detail/online-github-python-inte/mkmapiapghfhdcoeeiolakohloepklka |
Beskrivning | Run python files from within GitHub file pages. |
Filstorlek | 338 KB |
Antal Installationer | 218 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2021-09-07 |
Publiceringsdatum | 2021-09-06 |
Utvecklare | zacharysmith |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/Cutwell/github-browser-python-runtime |
Hjälpsida URL | https://github.com/Cutwell/github-browser-python-runtime/issues |
Stödda Språk | 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 } |