Python Assist

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

Cos'è Python Assist?

Python Assist è un'estensione di Chrome sviluppata da Clapper Tech LLC, e la sua funzione principale è "Quickly access a Python compiler and Python documentation without leaving your tab".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Python Assist

Scarica i file di estensione Python Assist in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Python Assist Python Assist
ID ggmjcmagmlcfngmogldmpfjhnjdnjdaj
URL Ufficiale https://chromewebstore.google.com/detail/python-assist/ggmjcmagmlcfngmogldmpfjhnjdnjdaj
Descrizione Quickly access a Python compiler and Python documentation without leaving your tab
Dimensione del File 27.67 KB
Conteggio Installazioni 65
Versione Corrente 1.1
Ultimo Aggiornamento 2023-11-17
Data di Pubblicazione 2023-09-21
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Clapper Tech LLC
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}