Talkify
Reads your active web site aloud in Talkify. Enjoy listening to web sites with high quality voices in your favourite language
Vad är Talkify?
Talkify är en Chrome-tillägg utvecklad av https://talkify.net, och dess huvudfunktion är "Reads your active web site aloud in Talkify. Enjoy listening to web sites with high quality voices in your favourite language".
Tilläggsskärmbilder
Ladda ner Talkify-förlängningens CRX-fil
Ladda ner Talkify-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | kgfjafdahhkoiabgaappgdnojpgjbahi |
| Officiell webbadress | https://chromewebstore.google.com/detail/talkify/kgfjafdahhkoiabgaappgdnojpgjbahi |
| Beskrivning | Reads your active web site aloud in Talkify. Enjoy listening to web sites with high quality voices in your favourite language |
| Filstorlek | 4.55 KB |
| Antal Installationer | 2,219 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2017-04-05 |
| Publiceringsdatum | 2017-04-05 |
| Betyg | 3.71/5 Totalt 14 Betyg |
| Utvecklare | https://talkify.net |
| E-post | [email protected] |
| Betalningssätt | free |
| Hjälpsida URL | http://talkify.net/contact |
| Stödda Språk | 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"
]
}
} | |