Python Shell
Python shell for your browser.
Python Shell란 무엇입니까?
Python Shell은(는) https://chaarmi.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Python shell for your browser."입니다.
확장 프로그램 스크린샷
Python Shell 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } } |