ChatGPT Reader
ChatGPT Text to Speech Reader
什麼是ChatGPT Reader?
ChatGPT Reader是由ReadX開發的Chrome擴展程式,該擴展的主要功能是“ChatGPT Text to Speech Reader”。
擴展截圖
下載ChatGPT Reader擴展crx文件
下載ChatGPT Reader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
ChatGPT Reader is a text to speech application that allows you to easily convert written replies into spoken words. With a simple click of the "Auto Read" button, you can effortlessly listen to the next reply without having to read it yourself. Additionally, the app offers the ability to re-read the last previously written comment in case you missed it. For an even more enhanced experience, we also offer ReadX extension that enables automatic text to speech and can seamlessly move to the next page on websites like RoyalRoad. The ReadX extension also has the capability to read Reddit comments using different voices. We believe that our easy-to-use text to speech apps can greatly improve your interaction with ChatGPT and your online reading experience. * Added support for the current version of Bard.
擴展基本資訊
名稱 | ChatGPT Reader |
ID | jmopckjbmdangdeegjacnmbkiiacaedm |
官方網址 | https://chromewebstore.google.com/detail/chatgpt-reader/jmopckjbmdangdeegjacnmbkiiacaedm |
簡介 | ChatGPT Text to Speech Reader |
檔案大小 | 48.68 KB |
安裝次數 | 866 |
目前版本 | 1.2.7 |
更新時間 | 2023-12-26 |
上架時間 | 2023-03-02 |
評分 | 4.33/5 共 6 次評分 |
開發者 | ReadX |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://readit.js.org/ |
隱私政策頁面URL | https://readit.js.org/policy.html |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ChatGPT Reader", "description": "ChatGPT Text to Speech Reader", "version": "1.2.7", "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/*.bing.com\/*", "https:\/\/*.openai.com\/*", "https:\/\/bard.google.com\/*", "https:\/\/*.claude.ai\/*" ], "js": [ "content.js" ], "all_frames": false, "match_about_blank": true } ], "permissions": [ "storage" ], "action": { "default_icon": { "16": "\/images\/16.png", "32": "\/images\/32.png", "48": "\/images\/48.png", "128": "\/images\/128.png" } }, "icons": { "16": "\/images\/16.png", "32": "\/images\/32.png", "48": "\/images\/48.png", "128": "\/images\/128.png" } } |