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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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
}