HTML5 Audio Description (via screenreader)

This extension plays audio description track elements of HTML5 videos via a screenreader.

HTML5 Audio Description (via screenreader)とは何ですか?

HTML5 Audio Description (via screenreader)はGoogle Accessibilityによって開発されたChromeの拡張機能で、その主な機能は「This extension plays audio description track elements of HTML5 videos via a screenreader.」です。

拡張機能のスクリーンショット

screenshot

HTML5 Audio Description (via screenreader)拡張機能のCRXファイルをダウンロード

HTML5 Audio Description (via screenreader)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

Use this extension if you want your screenreader to render audio descriptions. For the extension that plays via Chrome text to speech, https://chrome.google.com/webstore/a/google.com/detail/jafenodgdcelmajjnbcchlfjomlkaifp

Currently supported screenreaders:
- ChromeVox
- Mac OS X VoiceOver is not fully supported

Languages supported:
- depends on language support of your screenreader

Keyboard shorcuts:
For keyboard shortcuts, press alt + ? while on a webpage.

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 screenreader) HTML5 Audio Description (via screenreader)
ID mipjggdmdaagfmpnomakdcgchdcgfbdg
公式URL https://chromewebstore.google.com/detail/html5-audio-description-v/mipjggdmdaagfmpnomakdcgchdcgfbdg
説明 This extension plays audio description track elements of HTML5 videos via a screenreader.
ファイルサイズ 38.15 KB
インストール数 2,143
現在のバージョン 1.0.3
最終更新日 2012-08-10
公開日 2012-08-10
評価 2.36/5 合計 14 レビュー
開発者 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 screenreader)",
    "version": "1.0.3",
    "description": "This extension plays audio description track elements of HTML5 videos via a screenreader.",
    "permissions": [
        "",
        "tts"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "minimum_chrome_version": "19",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "closure\/closure_preinit.js",
                "closure\/base.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
}