QuickPy Python Interpreter
A way to write and evaluate small Python scripts
What is QuickPy Python Interpreter?
QuickPy Python Interpreter is a Chrome extension developed by Haley Cope, and its main feature is "A way to write and evaluate small Python scripts".
Extension Screenshots
Download QuickPy Python Interpreter Extension CRX File
Download QuickPy Python Interpreter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | QuickPy Python Interpreter |
ID | fefdekpjmfkgenlofhigjalhkbbedmel |
Official URL | https://chromewebstore.google.com/detail/quickpy-python-interprete/fefdekpjmfkgenlofhigjalhkbbedmel |
Description | A way to write and evaluate small Python scripts |
File Size | 184 KB |
Installation Count | 1,393 |
Current Version | 1.0 |
Last Updated | 2015-06-22 |
Publish Date | 2015-06-22 |
Rating | 3.83/5 Total 12 Ratings |
Developer | Haley Cope |
Payment Type | free |
Extension Website | http://copingwithcomputers.com |
Help Page URL | http://copingwithcomputers.com/2015/06/12/quickpy-chrome-extension/ |
Supported Languages | 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" } } |