ASKGPT
Experience ChatGPT's voice-enabled interface by speaking into your microphone and listening to its responses.
什麼是ASKGPT?
ASKGPT是由contact.rahul1991開發的Chrome擴展程式,該擴展的主要功能是“Experience ChatGPT's voice-enabled interface by speaking into your microphone and listening to its responses.”。
擴展截圖
下載ASKGPT擴展crx文件
下載ASKGPT擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This cutting-edge feature utilizes advanced speech recognition and text-to-speech technologies for a seamless interactions. Only Supported with OpenAI's GPT-3 tool Features: 1. Lets you use your microphone to ask questions. Uses speech recognition and text-to-speech technologies 2. Reads response from chatgpt for you 3. You can configure a number voices from the configuration list. Automatically saves the configuration locally and lets you use without reconfiguring every time you use chatgpt 4. You can download code snippets easily. ChatGpt 4: Work underprogress
擴展基本資訊
名稱 | ASKGPT |
ID | amigdhjjcecdkgfeajdlgpejminlfhok |
官方網址 | https://chromewebstore.google.com/detail/askgpt/amigdhjjcecdkgfeajdlgpejminlfhok |
簡介 | Experience ChatGPT's voice-enabled interface by speaking into your microphone and listening to its responses. |
檔案大小 | 78.95 KB |
安裝次數 | 17 |
目前版本 | 1.0.4 |
更新時間 | 2023-05-17 |
上架時間 | 2023-04-16 |
評分 | 5.00/5 共 1 次評分 |
開發者 | contact.rahul1991 |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ASKGPT", "version": "1.0.4", "description": "Experience ChatGPT's voice-enabled interface by speaking into your microphone and listening to its responses.", "icons": { "16": "icons\/icon_16.png", "32": "icons\/icon_32.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "background": { "service_worker": "background.js" }, "action": { "default_title": "ASKGPT", "default_popup": "popup.html" }, "permissions": [ "tabs" ], "content_scripts": [ { "matches": [ "https:\/\/chat.openai.com\/" ], "run_at": "document_idle", "js": [ "contentScript.js" ] } ], "web_accessible_resources": [ { "resources": [ "images\/icon.png", "images\/icon.svg" ], "matches": [ " |