Python Shell
Python shell for your browser.
什么是Python Shell?
Python Shell是由https://chaarmi.com开发的Chrome扩展程序,该扩展的主要功能是“Python shell for your browser.”。
扩展截图
下载Python Shell扩展crx文件
下载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 |
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" } } } |