Talkify

Reads your active web site aloud in Talkify. Enjoy listening to web sites with high quality voices in your favourite language

What is Talkify?

Talkify is a Chrome extension developed by https://talkify.net, and its main feature is "Reads your active web site aloud in Talkify. Enjoy listening to web sites with high quality voices in your favourite language".

Extension Screenshots

screenshot
screenshot

Download Talkify Extension CRX File

Download Talkify extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Talkify Talkify
ID kgfjafdahhkoiabgaappgdnojpgjbahi
Official URL https://chromewebstore.google.com/detail/talkify/kgfjafdahhkoiabgaappgdnojpgjbahi
Description Reads your active web site aloud in Talkify. Enjoy listening to web sites with high quality voices in your favourite language
File Size 4.55 KB
Installation Count 2,219
Current Version 1.0
Last Updated 2017-04-05
Publish Date 2017-04-05
Rating 3.71/5 Total 14 Ratings
Developer https://talkify.net
Email [email protected]
Payment Type free
Help Page URL http://talkify.net/contact
Supported Languages 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"
        ]
    }
}