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
Eメール [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
}