PyCAT: Python ChatGPT Assistant Teacher

ChatGPT assistant teacher for Python study

PyCAT: Python ChatGPT Assistant Teacher क्या है?

PyCAT: Python ChatGPT Assistant Teacher askteachme द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "ChatGPT assistant teacher for Python study"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        ChatGPT assistant teacher for Python study
파이썬 언어 학습을 도와주는 ChatGPT 보조교사                    

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

नाम PyCAT: Python ChatGPT Assistant Teacher PyCAT: Python ChatGPT Assistant Teacher
ID ccknmpbdlgccobnjidaclkmebeojmlia
आधिकारिक URL https://chromewebstore.google.com/detail/pycat-python-chatgpt-assi/ccknmpbdlgccobnjidaclkmebeojmlia
विवरण ChatGPT assistant teacher for Python study
फ़ाइल का आकार 20.56 KB
स्थापना संख्या 112
वर्तमान संस्करण 0.1.2
अंतिम अपडेट 2023-12-14
प्रकाशन तिथि 2023-07-18
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर askteachme
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://sg-kim.github.io/pycat
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "PyCAT: Python ChatGPT Assistant Teacher",
    "version": "0.1.2",
    "description": "ChatGPT assistant teacher for Python study",
    "author": {
        "email": "[email protected]"
    },
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "96": "images\/icon-96.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "service_worker.min.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "assistant_agent.min.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/www.minitee.kr\/*"
    ]
}