Python Assist
Quickly access a Python compiler and Python documentation without leaving your tab
Τι είναι το Python Assist;
Το Python Assist είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Clapper Tech LLC, και η κύρια λειτουργία του είναι "Quickly access a Python compiler and Python documentation without leaving your tab".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Python Assist
Λήψη αρχείων επέκτασης Python Assist σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
The Python Assist Chrome extension is a handy tool designed to simplify your Python programming experience. Whether you're a seasoned developer or just starting with Python, this extension provides instant access to a Python complier and Python documentation right from your browser.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Python Assist |
ID | ggmjcmagmlcfngmogldmpfjhnjdnjdaj |
Επίσημο URL | https://chromewebstore.google.com/detail/python-assist/ggmjcmagmlcfngmogldmpfjhnjdnjdaj |
Περιγραφή | Quickly access a Python compiler and Python documentation without leaving your tab |
Μέγεθος Αρχείου | 27.67 KB |
Αριθμός Εγκαταστάσεων | 65 |
Τρέχουσα Έκδοση | 1.1 |
Τελευταία Ενημέρωση | 2023-11-17 |
Ημερομηνία Δημοσίευσης | 2023-09-21 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | Clapper Tech LLC |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Python Assist", "version": "1.1", "description": "Quickly access a Python compiler and Python documentation without leaving your tab", "action": { "default_popup": "popup.html" }, "icons": { "128": "\/icons\/icon128.png", "48": "\/icons\/icon48.png", "16": "\/icons\/icon16.png" } } |