PyQuickie
A python problem provider with a built in Idle you can use anywhere in the Web. Hassle Free and Easy to use
Τι είναι το PyQuickie;
Το PyQuickie είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Jhay Pace, και η κύρια λειτουργία του είναι "A python problem provider with a built in Idle you can use anywhere in the Web. Hassle Free and Easy to use".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης PyQuickie
Λήψη αρχείων επέκτασης PyQuickie σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
What is. Its a chrome extension I made for fun where you can practice your python coding skills easily and hassle free. No login recquired with just one click you can improve your coding skills and problem solving skills while still enjoy browsing through facebook and other web activities. Features: -Importing Python builtin Modules Work -working python IDLE -Python keywords highlighting -Python Tabbing Feature in textarea -Questions are ranked by level of difficulty: easy, medium, and hard. (Randomize)
Βασικές Πληροφορίες Επέκτασης
Όνομα | PyQuickie |
ID | okpdnfgpbpifbncoleieajiblmebbkci |
Επίσημο URL | https://chromewebstore.google.com/detail/pyquickie/okpdnfgpbpifbncoleieajiblmebbkci |
Περιγραφή | A python problem provider with a built in Idle you can use anywhere in the Web. Hassle Free and Easy to use |
Μέγεθος Αρχείου | 646 KB |
Αριθμός Εγκαταστάσεων | 268 |
Τρέχουσα Έκδοση | 1.0.1 |
Τελευταία Ενημέρωση | 2021-07-06 |
Ημερομηνία Δημοσίευσης | 2021-07-05 |
Αξιολόγηση | 4.75/5 Συνολικά 4 Αξιολογήσεις |
Προγραμματιστής | Jhay Pace |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PyQuickie", "manifest_version": 2, "version": "1.0.1", "description": "A python problem provider with a built in Idle you can use anywhere in the Web. Hassle Free and Easy to use", "icons": { "16": "logo2.png", "48": "logo2.png", "128": "logo2.png" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ " |