TalkToGPT
A simple extension that allows the user to talk to ChatGPT. Click the microphone button and begin talking.
TalkToGPTとは何ですか?
TalkToGPTはmateen.shagagiによって開発されたChromeの拡張機能で、その主な機能は「A simple extension that allows the user to talk to ChatGPT. Click the microphone button and begin talking.」です。
拡張機能のスクリーンショット
TalkToGPT拡張機能のCRXファイルをダウンロード
TalkToGPT拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A simple extension that allows the user to talk to ChatGPT. Click the microphone button and begin talking. 拡張機能の基本情報
| 名前 | |
| ID | cjddnooodcpepaicdnlclcegceaiooah |
| 公式URL | https://chromewebstore.google.com/detail/talktogpt/cjddnooodcpepaicdnlclcegceaiooah |
| 説明 | A simple extension that allows the user to talk to ChatGPT. Click the microphone button and begin talking. |
| ファイルサイズ | 67.24 KB |
| インストール数 | 55 |
| 現在のバージョン | 1.0.0 |
| 最終更新日 | 2023-10-10 |
| 公開日 | 2023-10-09 |
| 開発者 | mateen.shagagi |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "TalkToGPT",
"version": "1.0.0",
"manifest_version": 3,
"content_scripts": [
{
"matches": [
"https:\/\/chat.openai.com\/*",
"https:\/\/chat.openai.com\/c\/*"
],
"js": [
"content.js"
]
}
],
"icons": {
"16": "microphone.png",
"48": "microphone.png",
"128": "microphone.png"
},
"action": {
"default_popup": "index.html",
"default_title": "TalkToGPT"
},
"description": "A simple extension that allows the user to talk to ChatGPT. Click the microphone button and begin talking."
} | |