Python Assist

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

Python Assist क्या है?

Python Assist Clapper Tech LLC द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quickly access a Python compiler and Python documentation without leaving your tab"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Python Assist एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Python Assist Python Assist
ID ggmjcmagmlcfngmogldmpfjhnjdnjdaj
आधिकारिक URL https://chromewebstore.google.com/detail/python-assist/ggmjcmagmlcfngmogldmpfjhnjdnjdaj
विवरण Quickly access a Python compiler and Python documentation without leaving your tab
फ़ाइल का आकार 27.67 KB
स्थापना संख्या 65
वर्तमान संस्करण 1.1
अंतिम अपडेट 2023-11-17
प्रकाशन तिथि 2023-09-21
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर Clapper Tech LLC
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    }
}