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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                                            

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 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
URL หน้าช่วยเหลือ 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"
    }
}