QuickPy Python Interpreter

A way to write and evaluate small Python scripts

Wat is QuickPy Python Interpreter?

QuickPy Python Interpreter is een Chrome-extensie ontwikkeld door Haley Cope, en de belangrijkste functie is "A way to write and evaluate small Python scripts".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie QuickPy Python Interpreter

Download QuickPy Python Interpreter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam QuickPy Python Interpreter QuickPy Python Interpreter
ID fefdekpjmfkgenlofhigjalhkbbedmel
Officiële URL https://chromewebstore.google.com/detail/quickpy-python-interprete/fefdekpjmfkgenlofhigjalhkbbedmel
Beschrijving A way to write and evaluate small Python scripts
Bestandsgrootte 184 KB
Aantal Installaties 1,393
Huidige Versie 1.0
Laatst Bijgewerkt 2015-06-22
Publicatiedatum 2015-06-22
Beoordeling 3.83/5 Totaal 12 Beoordelingen
Ontwikkelaar Haley Cope
Betalingswijze free
Extensiewebsite http://copingwithcomputers.com
Help Pagina-URL http://copingwithcomputers.com/2015/06/12/quickpy-chrome-extension/
Ondersteunde Talen 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"
    }
}