BardReadAloud
Bard read aloud!
什么是BardReadAloud?
BardReadAloud是由baabullah开发的Chrome扩展程序,该扩展的主要功能是“Bard read aloud!”。
扩展截图
下载BardReadAloud扩展crx文件
下载BardReadAloud扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Read aloud Google Bard response using premium voices. 扩展基本信息
| 名称 | |
| ID | llfekemlcfbifgjgngenhjaidlialica |
| 官方URL | https://chromewebstore.google.com/detail/bardreadaloud/llfekemlcfbifgjgngenhjaidlialica |
| 简介 | Bard read aloud! |
| 文件大小 | 52.25 KB |
| 安装次数 | 39 |
| 当前版本 | 1.0.0 |
| 更新时间 | 2023-05-16 |
| 上架时间 | 2023-05-16 |
| 开发者 | baabullah |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "BardReadAloud",
"description": "Bard read aloud!",
"version": "1.0.0",
"manifest_version": 3,
"host_permissions": [
"*:\/\/bard.google.com\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/bard.google.com\/*"
],
"js": [
"SpeakManager.js",
"UUID.js",
"WebSocketRequest.js",
"jquery-3.6.0.min.js",
"EngineBard.js",
"BardPageMutation.js",
"Context.js",
"EngineFactory.js",
"Main.js",
"contentscript.js"
]
}
],
"permissions": [
"storage"
]
} | |