PyCAT: Python ChatGPT Assistant Teacher

ChatGPT assistant teacher for Python study

什么是PyCAT: Python ChatGPT Assistant Teacher?

PyCAT: Python ChatGPT Assistant Teacher是由askteachme开发的Chrome扩展程序,该扩展的主要功能是“ChatGPT assistant teacher for Python study”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载PyCAT: Python ChatGPT Assistant Teacher扩展crx文件

下载PyCAT: Python ChatGPT Assistant Teacher扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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\/*"
    ]
}