Python Assist

Quickly access a Python compiler and Python documentation without leaving your tab

What is Python Assist?

Python Assist is a Chrome extension developed by Clapper Tech LLC, and its main feature is "Quickly access a Python compiler and Python documentation without leaving your tab".

Extension Screenshots

screenshot

Download Python Assist Extension CRX File

Download Python Assist extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Python Assist Python Assist
ID ggmjcmagmlcfngmogldmpfjhnjdnjdaj
Official URL https://chromewebstore.google.com/detail/python-assist/ggmjcmagmlcfngmogldmpfjhnjdnjdaj
Description Quickly access a Python compiler and Python documentation without leaving your tab
File Size 27.67 KB
Installation Count 65
Current Version 1.1
Last Updated 2023-11-17
Publish Date 2023-09-21
Rating 5.00/5 Total 2 Ratings
Developer Clapper Tech LLC
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}