Python Shell

Python shell for your browser.

Python Shellคืออะไร?

Python Shell เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://chaarmi.com และคุณลักษณะหลักของมันคือ "Python shell for your browser."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Python Shell

ดาวน์โหลดไฟล์ส่วนขยาย Python Shell ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        A Python shell for Chrome.

You can use Python Shell to test Python code or as a learning tool. It is a complete Python interpreter in a drop-down window

Features:
* Python 3.7.4
* Access Python by clicking an icon in the browser toolbar
* Syntax highlighting 
* Console history saved locally and between browsers sessions 
* Input history with up/down arrow
* Standard library imports (minus some graphic/GUI modules)
* Fast computations and quick loading extension
* link to external chat hosted on gitter.im

This extension includes Python. Python is a scripting language whose design philosophy emphasizes code readability. Python aims to combine "remarkable power with very clear syntax". 
https://www.python.org/

Please share this extension page if you find it useful

Ready To Level Up and Enter the Metaverse?
Take your coding skills to the next level by entering the metaverse with MiniScript and Chaarmi Worlds Inc. a Metaverse Creation Platform. Visit https://www.chaarmi.com today and get started for free!                    

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

ชื่อ Python Shell Python Shell
ID gdiimmpmdoofmahingpgabiikimjgcia
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/python-shell/gdiimmpmdoofmahingpgabiikimjgcia
คำอธิบาย Python shell for your browser.
ขนาดไฟล์ 8.31 MB
จำนวนการติดตั้ง 152,044
เวอร์ชันปัจจุบัน 5.0.2
อัปเดตครั้งล่าสุด 2022-12-04
วันที่เผยแพร่ 2020-06-12
คะแนน 4.22/5 รวมทั้งหมด 208 คะแนน
ผู้พัฒนา https://chaarmi.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://gitter.im/Python_shell/community
URL หน้านโยบายความเป็นส่วนตัว https://chaarmi.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Python Shell",
    "version": "5.0.2",
    "description": "Python shell for your browser.",
    "manifest_version": 2,
    "icons": {
        "128": "img\/python_icon_128.png"
    },
    "background": {
        "page": "background.html",
        "persist": true
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "offline_enabled": true,
    "browser_action": {
        "default_title": "Python shell",
        "default_popup": "index.html",
        "default_icon": {
            "32": "img\/python_icon_32.png"
        }
    }
}