Python Assist
Quickly access a Python compiler and Python documentation without leaving your tab
Was ist Python Assist?
Python Assist ist eine Chrome-Erweiterung, die von Clapper Tech LLC entwickelt wurde, und ihr Hauptmerkmal ist "Quickly access a Python compiler and Python documentation without leaving your tab".
Erweiterungsscreenshots
Python Assist-Erweiterungs-CRX-Datei herunterladen
Laden Sie Python Assist-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ggmjcmagmlcfngmogldmpfjhnjdnjdaj |
| Offizielle URL | https://chromewebstore.google.com/detail/python-assist/ggmjcmagmlcfngmogldmpfjhnjdnjdaj |
| Beschreibung | Quickly access a Python compiler and Python documentation without leaving your tab |
| Dateigröße | 27.67 KB |
| Installationsanzahl | 65 |
| Aktuelle Version | 1.1 |
| Letztes Update | 2023-11-17 |
| Veröffentlichungsdatum | 2023-09-21 |
| Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
| Entwickler | Clapper Tech LLC |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
}
} | |