QuickPy Python Interpreter
A way to write and evaluate small Python scripts
什么是QuickPy Python Interpreter?
QuickPy Python Interpreter是由Haley Cope开发的Chrome扩展程序,该扩展的主要功能是“A way to write and evaluate small Python scripts”。
扩展截图
下载QuickPy Python Interpreter扩展crx文件
下载QuickPy Python Interpreter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | QuickPy Python Interpreter |
ID | fefdekpjmfkgenlofhigjalhkbbedmel |
官方URL | https://chromewebstore.google.com/detail/quickpy-python-interprete/fefdekpjmfkgenlofhigjalhkbbedmel |
简介 | A way to write and evaluate small Python scripts |
文件大小 | 184 KB |
安装次数 | 1,393 |
当前版本 | 1.0 |
更新时间 | 2015-06-22 |
上架时间 | 2015-06-22 |
评分 | 3.83/5 共12次评分 |
开发者 | Haley Cope |
付费类型 | free |
扩展官网 | http://copingwithcomputers.com |
帮助页面URL | http://copingwithcomputers.com/2015/06/12/quickpy-chrome-extension/ |
支持的语言 | 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" } } |