Python Assist

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

Qu'est-ce que Python Assist ?

Python Assist est une extension Chrome développée par Clapper Tech LLC, et sa fonction principale est "Quickly access a Python compiler and Python documentation without leaving your tab".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Python Assist

Téléchargez les fichiers d'extension Python Assist au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Python Assist Python Assist
ID ggmjcmagmlcfngmogldmpfjhnjdnjdaj
URL Officiel https://chromewebstore.google.com/detail/python-assist/ggmjcmagmlcfngmogldmpfjhnjdnjdaj
Description Quickly access a Python compiler and Python documentation without leaving your tab
Taille du Fichier 27.67 KB
Nombre d'Installations 65
Version Actuelle 1.1
Dernière Mise à Jour 2023-11-17
Date de Publication 2023-09-21
Évaluation 5.00/5 Total 2 Évaluations
Développeur Clapper Tech LLC
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}