Talkify
Reads your active web site aloud in Talkify. Enjoy listening to web sites with high quality voices in your favourite language
什么是Talkify?
Talkify是由https://talkify.net开发的Chrome扩展程序,该扩展的主要功能是“Reads your active web site aloud in Talkify. Enjoy listening to web sites with high quality voices in your favourite language”。
扩展截图
下载Talkify扩展crx文件
下载Talkify扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension simplifies the usage of the popular Talkify text to speech service by opening your active tab in a new Talkify-tab. It allows you to listen to just about any webpage with just one click.
Talkify has support for a vast amount of languages and aids your listening with text highlighting and natural sounding voices, perfect for students or people with visual impairment. 扩展基本信息
| 名称 | |
| ID | kgfjafdahhkoiabgaappgdnojpgjbahi |
| 官方URL | https://chromewebstore.google.com/detail/talkify/kgfjafdahhkoiabgaappgdnojpgjbahi |
| 简介 | Reads your active web site aloud in Talkify. Enjoy listening to web sites with high quality voices in your favourite language |
| 文件大小 | 4.55 KB |
| 安装次数 | 2,219 |
| 当前版本 | 1.0 |
| 更新时间 | 2017-04-05 |
| 上架时间 | 2017-04-05 |
| 评分 | 3.71/5 共14次评分 |
| 开发者 | https://talkify.net |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 帮助页面URL | http://talkify.net/contact |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Talkify",
"description": "Reads your active web site aloud in Talkify. Enjoy listening to web sites with high quality voices in your favourite language",
"version": "1.0",
"browser_action": {
"default_icon": "favicon.png",
"default_title": "Open in Talkify"
},
"permissions": [
"activeTab",
"tabs"
],
"background": {
"scripts": [
"background.js"
]
}
} | |