Python Assist

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

Wat is Python Assist?

Python Assist is een Chrome-extensie ontwikkeld door Clapper Tech LLC, en de belangrijkste functie is "Quickly access a Python compiler and Python documentation without leaving your tab".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Python Assist

Download Python Assist-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Python Assist Python Assist
ID ggmjcmagmlcfngmogldmpfjhnjdnjdaj
Officiële URL https://chromewebstore.google.com/detail/python-assist/ggmjcmagmlcfngmogldmpfjhnjdnjdaj
Beschrijving Quickly access a Python compiler and Python documentation without leaving your tab
Bestandsgrootte 27.67 KB
Aantal Installaties 65
Huidige Versie 1.1
Laatst Bijgewerkt 2023-11-17
Publicatiedatum 2023-09-21
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Clapper Tech LLC
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}