QuickPy Python Interpreter

A way to write and evaluate small Python scripts

Apa itu QuickPy Python Interpreter?

QuickPy Python Interpreter adalah ekstensi Chrome yang dikembangkan oleh Haley Cope, dan fitur utamanya adalah "A way to write and evaluate small Python scripts".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi QuickPy Python Interpreter

Unduh file ekstensi QuickPy Python Interpreter dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                                            

Informasi Dasar Ekstensi

Nama QuickPy Python Interpreter QuickPy Python Interpreter
ID fefdekpjmfkgenlofhigjalhkbbedmel
URL Resmi https://chromewebstore.google.com/detail/quickpy-python-interprete/fefdekpjmfkgenlofhigjalhkbbedmel
Deskripsi A way to write and evaluate small Python scripts
Ukuran File 184 KB
Jumlah Instalasi 1,393
Versi Saat Ini 1.0
Terakhir Diperbarui 2015-06-22
Tanggal Publikasi 2015-06-22
Penilaian 3.83/5 Total 12 Penilaian
Pengembang Haley Cope
Tipe Pembayaran free
Situs Ekstensi http://copingwithcomputers.com
URL Halaman Bantuan http://copingwithcomputers.com/2015/06/12/quickpy-chrome-extension/
Bahasa yang Didukung 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"
    }
}