QuickPy Python Interpreter
A way to write and evaluate small Python scripts
Cos'è QuickPy Python Interpreter?
QuickPy Python Interpreter è un'estensione di Chrome sviluppata da Haley Cope, e la sua funzione principale è "A way to write and evaluate small Python scripts".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione QuickPy Python Interpreter
Scarica i file di estensione QuickPy Python Interpreter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
Nome | QuickPy Python Interpreter |
ID | fefdekpjmfkgenlofhigjalhkbbedmel |
URL Ufficiale | https://chromewebstore.google.com/detail/quickpy-python-interprete/fefdekpjmfkgenlofhigjalhkbbedmel |
Descrizione | A way to write and evaluate small Python scripts |
Dimensione del File | 184 KB |
Conteggio Installazioni | 1,393 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2015-06-22 |
Data di Pubblicazione | 2015-06-22 |
Valutazione | 3.83/5 Totale 12 Valutazioni |
Sviluppatore | Haley Cope |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://copingwithcomputers.com |
URL della Pagina di Aiuto | http://copingwithcomputers.com/2015/06/12/quickpy-chrome-extension/ |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "name": "QuickPy Python Interpreter", "version": "1.0", "description": "A way to write and evaluate small Python scripts", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |