Python Shell
Python shell for your browser.
Python Shell क्या है?
Python Shell https://chaarmi.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Python shell for your browser."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Python Shell एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } } } |