Loquacious - Auto TTS, no selection necessary

Automatically reads web articles without selecting text - converts text to audio.

Loquacious - Auto TTS, no selection necessary क्या है?

Loquacious - Auto TTS, no selection necessary Tim Nummy द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically reads web articles without selecting text - converts text to audio."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Loquacious - Auto TTS, no selection necessary एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Loquacious is a productivity extension that will automatically parse the current webpage for an article and read it outloud at the push of a button or keyboard shortcut. No selections necessary, however if you find there is a significant amount of unwanted dialogue, you may alternatively select the text to be read before clicking the Loquacious icon.

Works great for most news and article type websites such as Huffington Post, Entrepreneur, Wanderlust, IFLScience, or even Time. Allows you to easily listen to the article while doing other things rather than spending dedicated time reading.

Also works well for the visually impaired.


Keywords:
Read. Article Reader. Audio Book. TTS. Text-to-speech. Accessability. Out loud. Speak. Talking. Talker. Talk. Automatic. Auto. One click. Listen. Listener. Converter. Convert.                    

एक्सटेंशन की मूल जानकारी

नाम Loquacious - Auto TTS, no selection necessary Loquacious - Auto TTS, no selection necessary
ID lobcffcbjjgfgnmefjelfllcjfmbpfhd
आधिकारिक URL https://chrome.google.com/webstore/detail/loquacious-auto-tts-no-se/lobcffcbjjgfgnmefjelfllcjfmbpfhd
विवरण Automatically reads web articles without selecting text - converts text to audio.
फ़ाइल का आकार 53.3 KB
स्थापना संख्या 873
वर्तमान संस्करण 0.2.1
अंतिम अपडेट 2016-04-09
प्रकाशन तिथि 2016-04-09
रेटिंग 3.56/5 कुल 39 रेटिंग्स
डेवलपर Tim Nummy
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.loquacious.tech/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Loquacious - Auto TTS, no selection necessary",
    "version": "0.2.1",
    "description": "Automatically reads web articles without selecting text - converts text to audio.",
    "permissions": [
        "",
        "tts",
        "tabs"
    ],
    "background": {
        "scripts": [
            "keycodes.js",
            "tabs.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "l19.png",
        "default_title": "Loquacious"
    },
    "options_page": "options.html",
    "minimum_chrome_version": "14",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "keycodes.js",
                "content_script.js"
            ]
        }
    ],
    "icons": {
        "16": "l16.png",
        "48": "l48.png",
        "128": "l128.png",
        "256": "l256.png"
    },
    "manifest_version": 2
}