Swindle
A Python Playground and Report Viewer Extension built on top of based on React and Pyodide.
什麼是Swindle?
Swindle是由sanketm221995開發的Chrome擴展程式,該擴展的主要功能是“A Python Playground and Report Viewer Extension built on top of based on React and Pyodide.”。
擴展截圖
下載Swindle擴展crx文件
下載Swindle擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension Lets you run python in your browser , just open your dev tools to editor tab and you are good to go. Key Features: - Import supported python packages on the fly - Support for extending dev panel to tab - Report View for Graph Representation and Custom Html - Download Report as PDF - Python Console right in your dev panel or tab - Search Support For Editor - Python available offline - Packages available for download to disk cache Support Packages List Here : https://github.com/iodide-project/pyodide/tree/master/packages Want to contribute: Github : https://github.com/Mario2334/swindle Community : https://gitter.im/swindle-python/community
擴展基本資訊
名稱 | Swindle |
ID | fbehneehbojmfglgfccgkaegpnnaagkk |
官方網址 | https://chromewebstore.google.com/detail/swindle/fbehneehbojmfglgfccgkaegpnnaagkk |
簡介 | A Python Playground and Report Viewer Extension built on top of based on React and Pyodide. |
檔案大小 | 19.57 MB |
安裝次數 | 36 |
目前版本 | 0.1.1 |
更新時間 | 2020-07-23 |
上架時間 | 2020-07-12 |
評分 | 5.00/5 共 1 次評分 |
開發者 | sanketm221995 |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "Swindle", "name": "Swindle", "description": "A Python Playground and Report Viewer Extension built on top of based on React and Pyodide.", "icons": { "16": "ide_build\/images\/letter-s_16x16.png", "48": "ide_build\/images\/letter-s_48x48.png", "128": "ide_build\/images\/letter-s_128x128.png" }, "content_security_policy": "script-src https:\/\/pyodide-build.s3.ap-south-1.amazonaws.com\/ 'self' 'unsafe-eval' 'wasm-eval' 'sha256-fqjEYVFwCWK4rZgBFr8vq1jjh\/cilX8HooHy5mxJOdc=';object-src 'self'", "manifest_version": 2, "version": "0.1.1", "devtools_page": "entry_point.html", "permissions": [] } |