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"
        }
    }
}