PyCAT: Python ChatGPT Assistant Teacher
ChatGPT assistant teacher for Python study
O que é PyCAT: Python ChatGPT Assistant Teacher?
PyCAT: Python ChatGPT Assistant Teacher é uma extensão do Chrome desenvolvida por askteachme, e sua principal característica é "ChatGPT assistant teacher for Python study".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão PyCAT: Python ChatGPT Assistant Teacher
Baixe arquivos de extensão PyCAT: Python ChatGPT Assistant Teacher no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
ChatGPT assistant teacher for Python study 파이썬 언어 학습을 도와주는 ChatGPT 보조교사
Informações Básicas da Extensão
Nome | PyCAT: Python ChatGPT Assistant Teacher |
ID | ccknmpbdlgccobnjidaclkmebeojmlia |
URL Oficial | https://chromewebstore.google.com/detail/pycat-python-chatgpt-assi/ccknmpbdlgccobnjidaclkmebeojmlia |
Descrição | ChatGPT assistant teacher for Python study |
Tamanho do Arquivo | 20.56 KB |
Contagem de Instalações | 112 |
Versão Atual | 0.1.2 |
Última Atualização | 2023-12-14 |
Data de Publicação | 2023-07-18 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | askteachme |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://sg-kim.github.io/pycat |
Idiomas Suportados | 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\/*" ] } |