Python Assist
Quickly access a Python compiler and Python documentation without leaving your tab
Vad är Python Assist?
Python Assist är en Chrome-tillägg utvecklad av Clapper Tech LLC, och dess huvudfunktion är "Quickly access a Python compiler and Python documentation without leaving your tab".
Tilläggsskärmbilder
Ladda ner Python Assist-förlängningens CRX-fil
Ladda ner Python Assist-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | Python Assist |
ID | ggmjcmagmlcfngmogldmpfjhnjdnjdaj |
Officiell webbadress | https://chromewebstore.google.com/detail/python-assist/ggmjcmagmlcfngmogldmpfjhnjdnjdaj |
Beskrivning | Quickly access a Python compiler and Python documentation without leaving your tab |
Filstorlek | 27.67 KB |
Antal Installationer | 65 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2023-11-17 |
Publiceringsdatum | 2023-09-21 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | Clapper Tech LLC |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } |