QuickPy Python Interpreter
A way to write and evaluate small Python scripts
Qu'est-ce que QuickPy Python Interpreter ?
QuickPy Python Interpreter est une extension Chrome développée par Haley Cope, et sa fonction principale est "A way to write and evaluate small Python scripts".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension QuickPy Python Interpreter
Téléchargez les fichiers d'extension QuickPy Python Interpreter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Informations de Base sur l'Extension
Nom | QuickPy Python Interpreter |
ID | fefdekpjmfkgenlofhigjalhkbbedmel |
URL Officiel | https://chromewebstore.google.com/detail/quickpy-python-interprete/fefdekpjmfkgenlofhigjalhkbbedmel |
Description | A way to write and evaluate small Python scripts |
Taille du Fichier | 184 KB |
Nombre d'Installations | 1,393 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2015-06-22 |
Date de Publication | 2015-06-22 |
Évaluation | 3.83/5 Total 12 Évaluations |
Développeur | Haley Cope |
Type de Paiement | free |
Site Web de l'Extension | http://copingwithcomputers.com |
URL de la Page d'Aide | http://copingwithcomputers.com/2015/06/12/quickpy-chrome-extension/ |
Langues Prises en Charge | 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" } } |