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.”。

扩展截图

screenshot

下载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.                    

扩展基本信息

名称 Online GitHub Python Interpreter Online GitHub Python Interpreter
ID mkmapiapghfhdcoeeiolakohloepklka
官方URL 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
}