Python Assist
Quickly access a Python compiler and Python documentation without leaving your tab
¿Qué es Python Assist?
Python Assist es una extensión de Chrome desarrollada por Clapper Tech LLC, y su función principal es "Quickly access a Python compiler and Python documentation without leaving your tab".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Python Assist
Descarga archivos de extensión Python Assist en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Python Assist |
ID | ggmjcmagmlcfngmogldmpfjhnjdnjdaj |
URL Oficial | https://chromewebstore.google.com/detail/python-assist/ggmjcmagmlcfngmogldmpfjhnjdnjdaj |
Descripción | Quickly access a Python compiler and Python documentation without leaving your tab |
Tamaño del Archivo | 27.67 KB |
Cantidad de Instalaciones | 65 |
Versión Actual | 1.1 |
Última Actualización | 2023-11-17 |
Fecha de Publicación | 2023-09-21 |
Calificación | 5.00/5 Total de 2 Calificaciones |
Desarrollador | Clapper Tech LLC |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" } } |