Swindle

A Python Playground and Report Viewer Extension built on top of based on React and Pyodide.

Τι είναι το Swindle;

Το Swindle είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον sanketm221995, και η κύρια λειτουργία του είναι "A Python Playground and Report Viewer Extension built on top of based on React and Pyodide.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Swindle

Λήψη αρχείων επέκτασης 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
Ηλεκτρονικό ταχυδρομείο [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": []
}