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」です。
拡張機能のスクリーンショット
PyCAT: Python ChatGPT Assistant Teacher拡張機能のCRXファイルをダウンロード
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 |
| Eメール | [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\/*"
]
} | |