Online GitHub Python Interpreter
Run python files from within GitHub file pages.
Co to jest Online GitHub Python Interpreter?
Online GitHub Python Interpreter to rozszerzenie Chrome opracowane przez zacharysmith, a jego główną funkcją jest „Run python files from within GitHub file pages.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Online GitHub Python Interpreter
Pobierz pliki rozszerzeń Online GitHub Python Interpreter w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
This extension creates additional UI within the GitHub file viewer, allowing users to run python files within the browser.
Podstawowe informacje o rozszerzeniu
Nazwa | Online GitHub Python Interpreter |
ID | mkmapiapghfhdcoeeiolakohloepklka |
Oficjalny URL | https://chromewebstore.google.com/detail/online-github-python-inte/mkmapiapghfhdcoeeiolakohloepklka |
Opis | Run python files from within GitHub file pages. |
Rozmiar pliku | 338 KB |
Liczba instalacji | 218 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2021-09-07 |
Data Publikacji | 2021-09-06 |
Deweloper | zacharysmith |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/Cutwell/github-browser-python-runtime |
Adres URL Strony Pomocy | https://github.com/Cutwell/github-browser-python-runtime/issues |
Obsługiwane Języki | 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 } |