Python Assist
Quickly access a Python compiler and Python documentation without leaving your tab
Co to jest Python Assist?
Python Assist to rozszerzenie Chrome opracowane przez Clapper Tech LLC, a jego główną funkcją jest „Quickly access a Python compiler and Python documentation without leaving your tab”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Python Assist
Pobierz pliki rozszerzeń Python Assist w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Python Assist |
ID | ggmjcmagmlcfngmogldmpfjhnjdnjdaj |
Oficjalny URL | https://chromewebstore.google.com/detail/python-assist/ggmjcmagmlcfngmogldmpfjhnjdnjdaj |
Opis | Quickly access a Python compiler and Python documentation without leaving your tab |
Rozmiar pliku | 27.67 KB |
Liczba instalacji | 65 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2023-11-17 |
Data Publikacji | 2023-09-21 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | Clapper Tech LLC |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |