Online GitHub Python Interpreter

Run python files from within GitHub file pages.

Online GitHub Python Interpreterคืออะไร?

Online GitHub Python Interpreter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย zacharysmith และคุณลักษณะหลักของมันคือ "Run python files from within GitHub file pages."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Online GitHub Python Interpreter

ดาวน์โหลดไฟล์ส่วนขยาย 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
}