HTML5 Audio Description (via text to speech)

This extension plays audio description track elements of HTML5 videos via Chrome text to speech extension.

HTML5 Audio Description (via text to speech) क्या है?

HTML5 Audio Description (via text to speech) Google Accessibility द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension plays audio description track elements of HTML5 videos via Chrome text to speech extension."।

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

screenshot

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

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

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

                        IMPORTANT: Please activate the “Enable  element” experiment in chrome://flags/
This experiment MUST be enabled for the extension to work.

This extension plays audio description track elements of HTML5 videos via the Chrome text to speech extension. For the extension that plays via screenreader, https://chrome.google.com/webstore/a/google.com/detail/mipjggdmdaagfmpnomakdcgchdcgfbdg

Use this extension if you are not using any screenreaders or are using a screenreader that does not support the other extension, "HTML5 Audio Description (via screen reader)" https://chrome.google.com/webstore/a/google.com/detail/mipjggdmdaagfmpnomakdcgchdcgfbdg. and still want audio descriptions. Also works well as a developer tool. Note: - this extension doesn't use screenreaders to render the audio descriptions, so there may be a possibility of overlap in speech of this extension and speech of the screenreader.

By default, Chrome will speak using your operating system's built-in speech synthesis (available on Windows, Mac OS X, and Chrome OS), or you can install additional text to speech voice extensions from the Chrome Web Store.

Languages supported:
- depends on text to speech voices installed on your system

Keyboard shorcuts:
For keyboard shortcuts, press alt + h while on a webpage or alt + ? while focused on a video; or refer to the options page of the extension.

This is part of the Axs-Chrome open-source project http://code.google.com/p/google-axs-chrome/, which supports extensions that enhance accessibility. You can submit feedback to the Axs-Chrome discussion group: https://groups.google.com/group/axs-chrome-discuss?pli=1                    

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

नाम HTML5 Audio Description (via text to speech) HTML5 Audio Description (via text to speech)
ID jafenodgdcelmajjnbcchlfjomlkaifp
आधिकारिक URL https://chromewebstore.google.com/detail/html5-audio-description-v/jafenodgdcelmajjnbcchlfjomlkaifp
विवरण This extension plays audio description track elements of HTML5 videos via Chrome text to speech extension.
फ़ाइल का आकार 23.58 KB
स्थापना संख्या 2,274
वर्तमान संस्करण 1
अंतिम अपडेट 2012-08-10
प्रकाशन तिथि 2012-08-10
रेटिंग 3.65/5 कुल 34 रेटिंग्स
डेवलपर Google Accessibility
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://code.google.com/p/google-axs-chrome/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HTML5 Audio Description (via text to speech)",
    "version": "1",
    "description": "This extension plays audio description track elements of HTML5 videos via Chrome text to speech extension.",
    "permissions": [
        "",
        "tts"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "options.html",
    "minimum_chrome_version": "19",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "content_script.js"
            ]
        }
    ],
    "icons": {
        "128": "chrome-a11y-audio-ext-icon-v1.png",
        "48": "chrome-a11y-audio-ext-icon-v1-48.png"
    },
    "manifest_version": 2
}