QuickPy Python Interpreter

A way to write and evaluate small Python scripts

¿Qué es QuickPy Python Interpreter?

QuickPy Python Interpreter es una extensión de Chrome desarrollada por Haley Cope, y su función principal es "A way to write and evaluate small Python scripts".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión QuickPy Python Interpreter

Descarga archivos de extensión QuickPy Python Interpreter en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                                            

Información Básica de la Extensión

Nombre QuickPy Python Interpreter QuickPy Python Interpreter
ID fefdekpjmfkgenlofhigjalhkbbedmel
URL Oficial https://chromewebstore.google.com/detail/quickpy-python-interprete/fefdekpjmfkgenlofhigjalhkbbedmel
Descripción A way to write and evaluate small Python scripts
Tamaño del Archivo 184 KB
Cantidad de Instalaciones 1,393
Versión Actual 1.0
Última Actualización 2015-06-22
Fecha de Publicación 2015-06-22
Calificación 3.83/5 Total de 12 Calificaciones
Desarrollador Haley Cope
Tipo de Pago free
Sitio Web de la Extensión http://copingwithcomputers.com
URL de la Página de Ayuda http://copingwithcomputers.com/2015/06/12/quickpy-chrome-extension/
Idiomas Soportados 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"
    }
}