PyCAT: Python ChatGPT Assistant Teacher

ChatGPT assistant teacher for Python study

Cos'è PyCAT: Python ChatGPT Assistant Teacher?

PyCAT: Python ChatGPT Assistant Teacher è un'estensione di Chrome sviluppata da askteachme, e la sua funzione principale è "ChatGPT assistant teacher for Python study".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione PyCAT: Python ChatGPT Assistant Teacher

Scarica i file di estensione PyCAT: Python ChatGPT Assistant Teacher in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome PyCAT: Python ChatGPT Assistant Teacher PyCAT: Python ChatGPT Assistant Teacher
ID ccknmpbdlgccobnjidaclkmebeojmlia
URL Ufficiale https://chromewebstore.google.com/detail/pycat-python-chatgpt-assi/ccknmpbdlgccobnjidaclkmebeojmlia
Descrizione ChatGPT assistant teacher for Python study
Dimensione del File 20.56 KB
Conteggio Installazioni 112
Versione Corrente 0.1.2
Ultimo Aggiornamento 2023-12-14
Data di Pubblicazione 2023-07-18
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore askteachme
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://sg-kim.github.io/pycat
Lingue Supportate 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\/*"
    ]
}