QuickPy Python Interpreter

A way to write and evaluate small Python scripts

Vad är QuickPy Python Interpreter?

QuickPy Python Interpreter är en Chrome-tillägg utvecklad av Haley Cope, och dess huvudfunktion är "A way to write and evaluate small Python scripts".

Tilläggsskärmbilder

screenshot

Ladda ner QuickPy Python Interpreter-förlängningens CRX-fil

Ladda ner QuickPy Python Interpreter-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                                            

Grundläggande Information om Tillägg

Namn QuickPy Python Interpreter QuickPy Python Interpreter
ID fefdekpjmfkgenlofhigjalhkbbedmel
Officiell webbadress https://chromewebstore.google.com/detail/quickpy-python-interprete/fefdekpjmfkgenlofhigjalhkbbedmel
Beskrivning A way to write and evaluate small Python scripts
Filstorlek 184 KB
Antal Installationer 1,393
Aktuell Version 1.0
Senast Uppdaterad 2015-06-22
Publiceringsdatum 2015-06-22
Betyg 3.83/5 Totalt 12 Betyg
Utvecklare Haley Cope
Betalningssätt free
Tilläggswebbplats http://copingwithcomputers.com
Hjälpsida URL http://copingwithcomputers.com/2015/06/12/quickpy-chrome-extension/
Stödda Språk 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"
    }
}