Simple Text To Speech

simple text-to-speech and text queue card readers for chrome

What is Simple Text To Speech?

Simple Text To Speech is a Chrome extension developed by matrix.nad, and its main feature is "simple text-to-speech and text queue card readers for chrome".

Extension Screenshots

screenshot
screenshot
screenshot

Download Simple Text To Speech Extension CRX File

Download Simple Text To Speech 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

                        a text-to-speech and queue card based reading tool for chrome. This
extension lets you right click highlighted text and use text to speech
in chrome browser.                    

Extension Basic Information

Name Simple Text To Speech Simple Text To Speech
ID gpknfndlfloaiankeelecjfpoedodgcg
Official URL https://chrome.google.com/webstore/detail/simple-text-to-speech/gpknfndlfloaiankeelecjfpoedodgcg
Description simple text-to-speech and text queue card readers for chrome
File Size 592 KB
Installation Count 600
Current Version 1.5
Last Updated 2017-12-22
Publish Date 2017-12-22
Rating 2.33/5 Total 3 Ratings
Developer matrix.nad
Email [email protected]
Payment Type free
Privacy Policy Page URL https://infinitet3ch.com/simple-tts-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple Text To Speech",
    "version": "1.5",
    "description": "simple text-to-speech and text queue card readers for chrome",
    "permissions": [
        "contextMenus",
        "storage",
        "tabs"
    ],
    "icons": {
        "16": "assets\/icons\/icon-16.png",
        "48": "assets\/icons\/icon-48.png",
        "128": "assets\/icons\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "scripts.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "options.html"
}