Text to voice
Convert text to voice to Read any page easily.
什么是Text to voice?
Text to voice是由https://quiestmohamed.org开发的Chrome扩展程序,该扩展的主要功能是“Convert text to voice to Read any page easily.”。
扩展截图
下载Text to voice扩展crx文件
下载Text to voice扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Read aloud the current web-page article with one click, using text to speech coverter, in many languages.
Text to voice uses text-to-speech (TTS) technology to convert webpage text to audio. It works on a variety of websites, including news sites, blogs, fan fiction, publications, textbooks, school and class websites, and online university course materials.
How to use Text to voice:
Copy text and past it inside "text to voice" extension; or select text. you'll see read button in contextmenus and click there.
It's easy, fast and useful. 扩展基本信息
| 名称 | |
| ID | lemljnlginjkpamjocdkjbaadgipdmpg |
| 官方URL | https://chromewebstore.google.com/detail/text-to-voice/lemljnlginjkpamjocdkjbaadgipdmpg |
| 简介 | Convert text to voice to Read any page easily. |
| 文件大小 | 488 KB |
| 安装次数 | 61 |
| 当前版本 | 1.2.2 |
| 更新时间 | 2021-10-20 |
| 上架时间 | 2021-10-20 |
| 开发者 | https://quiestmohamed.org |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://quiestmohamed.org |
| 帮助页面URL | https://quiestmohamed.org |
| 隐私政策页面URL | https://maaloma.tech/privacy-policy |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Text to voice",
"version": "1.2.2",
"description": "Convert text to voice to Read any page easily.",
"icons": {
"16": "images\/16.png",
"48": "images\/48.png",
"128": "images\/128.png"
},
"browser_action": {
"default_icon": {
"19": "images\/19.png",
"38": "images\/38.png"
},
"default_title": "text to voice converter",
"default_popup": "the-speech.html"
},
"background": {
"scripts": [
"js\/the-background.js"
]
},
"permissions": [
"contextMenus",
"storage"
]
} | |