Talkify
Reads your active web site aloud in Talkify. Enjoy listening to web sites with high quality voices in your favourite language
Wat is Talkify?
Talkify is een Chrome-extensie ontwikkeld door https://talkify.net, en de belangrijkste functie is "Reads your active web site aloud in Talkify. Enjoy listening to web sites with high quality voices in your favourite language".
Extensie Screenshots
Download het CRX-bestand van de extensie Talkify
Download Talkify-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | kgfjafdahhkoiabgaappgdnojpgjbahi |
| Officiële URL | https://chromewebstore.google.com/detail/talkify/kgfjafdahhkoiabgaappgdnojpgjbahi |
| Beschrijving | Reads your active web site aloud in Talkify. Enjoy listening to web sites with high quality voices in your favourite language |
| Bestandsgrootte | 4.55 KB |
| Aantal Installaties | 2,219 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2017-04-05 |
| Publicatiedatum | 2017-04-05 |
| Beoordeling | 3.71/5 Totaal 14 Beoordelingen |
| Ontwikkelaar | https://talkify.net |
| [email protected] | |
| Betalingswijze | free |
| Help Pagina-URL | http://talkify.net/contact |
| Ondersteunde Talen | 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"
]
}
} | |