Python Shell
Python shell for your browser.
Python Shell là gì?
Python Shell là một tiện ích mở rộng Chrome được phát triển bởi https://chaarmi.com, và tính năng chính của nó là "Python shell for your browser.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Python Shell
Tải xuống các tệp mở rộng Python Shell dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Python Shell |
ID | gdiimmpmdoofmahingpgabiikimjgcia |
URL Chính Thức | https://chromewebstore.google.com/detail/python-shell/gdiimmpmdoofmahingpgabiikimjgcia |
Mô tả | Python shell for your browser. |
Kích Thước Tệp | 8.31 MB |
Số Lần Cài Đặt | 152,044 |
Phiên Bản Hiện Tại | 5.0.2 |
Cập Nhật Lần Cuối | 2022-12-04 |
Ngày Phát Hành | 2020-06-12 |
Đánh Giá | 4.22/5 Tổng số 208 Đánh Giá |
Nhà Phát Triển | https://chaarmi.com |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://gitter.im/Python_shell/community |
URL Trang Chính Sách Bảo Mật | https://chaarmi.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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" } } } |