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.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

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 Swindle
ID fbehneehbojmfglgfccgkaegpnnaagkk
公式URL 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
Eメール [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": []
}