PyCAT: Python ChatGPT Assistant Teacher
ChatGPT assistant teacher for Python study
PyCAT: Python ChatGPT Assistant Teacherคืออะไร?
PyCAT: Python ChatGPT Assistant Teacher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย askteachme และคุณลักษณะหลักของมันคือ "ChatGPT assistant teacher for Python study"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PyCAT: Python ChatGPT Assistant Teacher
ดาวน์โหลดไฟล์ส่วนขยาย PyCAT: Python ChatGPT Assistant Teacher ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ChatGPT assistant teacher for Python study
파이썬 언어 학습을 도와주는 ChatGPT 보조교사 ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| 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\/*"
]
} | |