Online GitHub Python Interpreter
Run python files from within GitHub file pages.
什麼是Online GitHub Python Interpreter?
Online GitHub Python Interpreter是由zacharysmith開發的Chrome擴展程式,該擴展的主要功能是“Run python files from within GitHub file pages.”。
擴展截圖
下載Online GitHub Python Interpreter擴展crx文件
下載Online GitHub Python Interpreter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension creates additional UI within the GitHub file viewer, allowing users to run python files within the browser. 擴展基本資訊
| 名稱 | |
| ID | mkmapiapghfhdcoeeiolakohloepklka |
| 官方網址 | https://chromewebstore.google.com/detail/online-github-python-inte/mkmapiapghfhdcoeeiolakohloepklka |
| 簡介 | Run python files from within GitHub file pages. |
| 檔案大小 | 338 KB |
| 安裝次數 | 218 |
| 目前版本 | 1.1 |
| 更新時間 | 2021-09-07 |
| 上架時間 | 2021-09-06 |
| 開發者 | zacharysmith |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://github.com/Cutwell/github-browser-python-runtime |
| 說明頁面URL | https://github.com/Cutwell/github-browser-python-runtime/issues |
| 支援的語言 | 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
} | |