TTS

Make the browser speak!

What is TTS?

TTS is a Chrome extension developed by Calvin, and its main feature is "Make the browser speak!".

Extension Screenshots

screenshot

Download TTS Extension CRX File

Download TTS 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

                        Type/paste in any text and have Chrome read it out for you.

Update 29/06/16 V1.1: You can now select text on a web page > right click > say this 

Update 10/01/17 V1.2: Added options to the popup in the toolbar (click the icon) and fixed a bug when reading long pieces of text                    

Extension Basic Information

Name TTS TTS
ID aigmpafmfnefdcdhmkoeboglhbdocohd
Official URL https://chromewebstore.google.com/detail/tts/aigmpafmfnefdcdhmkoeboglhbdocohd
Description Make the browser speak!
File Size 10.46 KB
Installation Count 579
Current Version 1.2
Last Updated 2017-04-17
Publish Date 2017-04-17
Rating 3.88/5 Total 16 Ratings
Developer Calvin
Email [email protected]
Payment Type free
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TTS",
    "description": "Make the browser speak!",
    "version": "1.2",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tts",
        "contextMenus"
    ]
}