Online GitHub Python Interpreter

Run python files from within GitHub file pages.

Online GitHub Python Interpreter क्या है?

Online GitHub Python Interpreter zacharysmith द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Run python files from within GitHub file pages."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Online GitHub Python Interpreter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
}