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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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": []
}