PyCAT: Python ChatGPT Assistant Teacher
ChatGPT assistant teacher for Python study
What is PyCAT: Python ChatGPT Assistant Teacher?
PyCAT: Python ChatGPT Assistant Teacher is a Chrome extension developed by askteachme, and its main feature is "ChatGPT assistant teacher for Python study".
Extension Screenshots
Download PyCAT: Python ChatGPT Assistant Teacher Extension CRX File
Download PyCAT: Python ChatGPT Assistant Teacher extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
ChatGPT assistant teacher for Python study 파이썬 언어 학습을 도와주는 ChatGPT 보조교사
Extension Basic Information
Name | PyCAT: Python ChatGPT Assistant Teacher |
ID | ccknmpbdlgccobnjidaclkmebeojmlia |
Official URL | https://chromewebstore.google.com/detail/pycat-python-chatgpt-assi/ccknmpbdlgccobnjidaclkmebeojmlia |
Description | ChatGPT assistant teacher for Python study |
File Size | 20.56 KB |
Installation Count | 112 |
Current Version | 0.1.2 |
Last Updated | 2023-12-14 |
Publish Date | 2023-07-18 |
Rating | 5.00/5 Total 1 Ratings |
Developer | askteachme |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://sg-kim.github.io/pycat |
Supported Languages | 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\/*" ] } |