QuickPy Python Interpreter

A way to write and evaluate small Python scripts

ما هو QuickPy Python Interpreter؟

QuickPy Python Interpreter هو إضافة Chrome تم تطويرها بواسطة Haley Cope، والميزة الرئيسية لها هي "A way to write and evaluate small Python scripts".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة QuickPy Python Interpreter

قم بتنزيل ملفات الامتداد QuickPy Python Interpreter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                                            

معلومات أساسية عن التمديد

الاسم QuickPy Python Interpreter QuickPy Python Interpreter
ID fefdekpjmfkgenlofhigjalhkbbedmel
عنوان URL الرسمي https://chromewebstore.google.com/detail/quickpy-python-interprete/fefdekpjmfkgenlofhigjalhkbbedmel
الوصف A way to write and evaluate small Python scripts
حجم الملف 184 KB
عدد التثبيتات 1,393
النسخة الحالية 1.0
آخر تحديث 2015-06-22
تاريخ النشر 2015-06-22
تقييم 3.83/5 مجموع تقييمات 12
المطور Haley Cope
نوع الدفع free
موقع الإضافة http://copingwithcomputers.com
عنوان صفحة المساعدة http://copingwithcomputers.com/2015/06/12/quickpy-chrome-extension/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "name": "QuickPy Python Interpreter",
    "version": "1.0",
    "description": "A way to write and evaluate small Python scripts",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}