Python Assist
Quickly access a Python compiler and Python documentation without leaving your tab
Hvad er Python Assist?
Python Assist er en Chrome-udvidelse udviklet af Clapper Tech LLC, og dens hovedfunktion er "Quickly access a Python compiler and Python documentation without leaving your tab".
Udvidelsesskærmbilleder
Download Python Assist-udvidelses-CRX-fil
Download Python Assist-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | ggmjcmagmlcfngmogldmpfjhnjdnjdaj |
| Officiel URL | https://chromewebstore.google.com/detail/python-assist/ggmjcmagmlcfngmogldmpfjhnjdnjdaj |
| Beskrivelse | Quickly access a Python compiler and Python documentation without leaving your tab |
| Filstørrelse | 27.67 KB |
| Antal Installationer | 65 |
| Nuværende Version | 1.1 |
| Senest Opdateret | 2023-11-17 |
| Udgivelsesdato | 2023-09-21 |
| Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
| Udvikler | Clapper Tech LLC |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
}
} | |