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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}