Talk GPT
Use Chat GPT with other way
什麼是Talk GPT?
Talk GPT是由danganhtuan0002開發的Chrome擴展程式,該擴展的主要功能是“Use Chat GPT with other way”。
擴展截圖
下載Talk GPT擴展crx文件
下載Talk GPT擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension facilitates voice chat support with GPT, offering prominent features such as converting speech to text, turning GPT responses into speech, suggesting better-phrased sentences, enabling the creation of conversational scripts with GPT, making conversations more focused and natural. It allows customization of speaking speed and voice to cater to users of varying proficiency levels.
擴展基本資訊
名稱 | Talk GPT |
ID | gjklbbmneaddgofaclhlldbldjnpblck |
官方網址 | https://chromewebstore.google.com/detail/talk-gpt/gjklbbmneaddgofaclhlldbldjnpblck |
簡介 | Use Chat GPT with other way |
檔案大小 | 171 KB |
安裝次數 | 94 |
目前版本 | 1.0.2 |
更新時間 | 2023-10-24 |
上架時間 | 2023-09-17 |
評分 | 5.00/5 共 2 次評分 |
開發者 | danganhtuan0002 |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Talk GPT", "description": "Use Chat GPT with other way", "version": "1.0.2", "permissions": [ "activeTab", "storage" ], "icons": { "48": "logo-talkgpt.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "action": { "default_popup": "index.html", "default_icon": { "16": "logo-talkgpt.png", "48": "logo-talkgpt.png", "128": "logo-talkgpt.png" } } } |