PyCAT: Python ChatGPT Assistant Teacher

ChatGPT assistant teacher for Python study

Wat is PyCAT: Python ChatGPT Assistant Teacher?

PyCAT: Python ChatGPT Assistant Teacher is een Chrome-extensie ontwikkeld door askteachme, en de belangrijkste functie is "ChatGPT assistant teacher for Python study".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie PyCAT: Python ChatGPT Assistant Teacher

Download PyCAT: Python ChatGPT Assistant Teacher-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam PyCAT: Python ChatGPT Assistant Teacher PyCAT: Python ChatGPT Assistant Teacher
ID ccknmpbdlgccobnjidaclkmebeojmlia
Officiële URL https://chromewebstore.google.com/detail/pycat-python-chatgpt-assi/ccknmpbdlgccobnjidaclkmebeojmlia
Beschrijving ChatGPT assistant teacher for Python study
Bestandsgrootte 20.56 KB
Aantal Installaties 112
Huidige Versie 0.1.2
Laatst Bijgewerkt 2023-12-14
Publicatiedatum 2023-07-18
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar askteachme
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://sg-kim.github.io/pycat
Ondersteunde Talen 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\/*"
    ]
}