Online GitHub Python Interpreter

Run python files from within GitHub file pages.

Online GitHub Python Interpreter là gì?

Online GitHub Python Interpreter là một tiện ích mở rộng Chrome được phát triển bởi zacharysmith, và tính năng chính của nó là "Run python files from within GitHub file pages.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Online GitHub Python Interpreter

Tải xuống các tệp mở rộng Online GitHub Python Interpreter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        This extension creates additional UI within the GitHub file viewer, allowing users to run python files within the browser.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Online GitHub Python Interpreter Online GitHub Python Interpreter
ID mkmapiapghfhdcoeeiolakohloepklka
URL Chính Thức https://chromewebstore.google.com/detail/online-github-python-inte/mkmapiapghfhdcoeeiolakohloepklka
Mô tả Run python files from within GitHub file pages.
Kích Thước Tệp 338 KB
Số Lần Cài Đặt 218
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2021-09-07
Ngày Phát Hành 2021-09-06
Nhà Phát Triển zacharysmith
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/Cutwell/github-browser-python-runtime
URL Trang Trợ Giúp https://github.com/Cutwell/github-browser-python-runtime/issues
Ngôn Ngữ Được Hỗ Trợ 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
}