Python Assist

Quickly access a Python compiler and Python documentation without leaving your tab

Apa itu Python Assist?

Python Assist adalah ekstensi Chrome yang dikembangkan oleh Clapper Tech LLC, dan fitur utamanya adalah "Quickly access a Python compiler and Python documentation without leaving your tab".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Python Assist

Unduh file ekstensi Python Assist 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

                        The Python Assist Chrome extension is a handy tool designed to simplify your Python programming experience. Whether you're a seasoned developer or just starting with Python, this extension provides instant access to a Python complier and Python documentation right from your browser.                    

Informasi Dasar Ekstensi

Nama Python Assist Python Assist
ID ggmjcmagmlcfngmogldmpfjhnjdnjdaj
URL Resmi https://chromewebstore.google.com/detail/python-assist/ggmjcmagmlcfngmogldmpfjhnjdnjdaj
Deskripsi Quickly access a Python compiler and Python documentation without leaving your tab
Ukuran File 27.67 KB
Jumlah Instalasi 65
Versi Saat Ini 1.1
Terakhir Diperbarui 2023-11-17
Tanggal Publikasi 2023-09-21
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Clapper Tech LLC
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Python Assist",
    "version": "1.1",
    "description": "Quickly access a Python compiler and Python documentation without leaving your tab",
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "\/icons\/icon128.png",
        "48": "\/icons\/icon48.png",
        "16": "\/icons\/icon16.png"
    }
}