Selection Reader (Text to Speech)

High quality text-to-speech reader capable of seamlessly reading large amounts of text.

Selection Reader (Text to Speech) क्या है?

Selection Reader (Text to Speech) David Heaney द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "High quality text-to-speech reader capable of seamlessly reading large amounts of text."।

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

screenshot

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

crx प्रारूप में Selection Reader (Text to Speech) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        Other text to speech extensions are bloated, slow, and often critically flawed- they're unable to read out more than around 250 characters at a time without cutting out! Not to mention the shady permissions they require.

Selection Reader is simple, fast, and can read out near-unlimited text at once. Just select the text and right click!                    

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

नाम Selection Reader (Text to Speech) Selection Reader (Text to Speech)
ID fdffijlhedcdiblbingmagmdnokokgbi
आधिकारिक URL https://chromewebstore.google.com/detail/selection-reader-text-to/fdffijlhedcdiblbingmagmdnokokgbi
विवरण High quality text-to-speech reader capable of seamlessly reading large amounts of text.
फ़ाइल का आकार 31.45 KB
स्थापना संख्या 377,503
वर्तमान संस्करण 1.8.9
अंतिम अपडेट 2018-09-10
प्रकाशन तिथि 2018-09-08
रेटिंग 3.60/5 कुल 667 रेटिंग्स
डेवलपर David Heaney
भुगतान के प्रकार free
समर्थित भाषाएँ id,de,en,fr,nl,es,it,pl,pt-BR,pt-PT,ru,hi,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_manifest_name__",
    "short_name": "__MSG_manifest_shortname__",
    "author": "David Heaney",
    "description": "__MSG_manifest_description__",
    "version": "1.8.9",
    "permissions": [
        "contextMenus",
        "activeTab",
        "storage"
    ],
    "background": {
        "scripts": [
            "read.js",
            "buy.js"
        ]
    },
    "icons": {
        "16": "icons\/regular\/icon16.png",
        "48": "icons\/regular\/icon48.png",
        "128": "icons\/regular\/icon128.png"
    },
    "browser_action": [],
    "default_locale": "en",
    "minimum_chrome_version": "40",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "offline_enabled": false,
    "manifest_version": 2
}