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 |
官方網址 | 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" } } |