tota11y for Chrome

Just click the tota11y icon to run tota11y from Khan Academy and visualize how your site performs with assistive technologies.

tota11y for Chromeとは何ですか?

tota11y for Chromeはhttps://johansson.jpによって開発されたChromeの拡張機能で、その主な機能は「Just click the tota11y icon to run tota11y from Khan Academy and visualize how your site performs with assistive technologies.」です。

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

screenshot

tota11y for Chrome拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        tota11y was just released by Khan Academy and was available as a bookmarklet. It seemed natural to create a Chrome extension. So here it is. All this does is inject the tota11y script onto the page.

See tota11y's website for information how to use it: http://khan.github.io/tota11y/

Notes:
The source code is available on https://github.com/kvasir/tota11y-chrome and was made with love by John-Philip Johansson and Michael Strömberg Razmgah.                    

拡張機能の基本情報

名前 tota11y for Chrome tota11y for Chrome
ID nkghaekndgmonifcpfgjmpfjlhnmflhp
公式URL https://chromewebstore.google.com/detail/tota11y-for-chrome/nkghaekndgmonifcpfgjmpfjlhnmflhp
説明 Just click the tota11y icon to run tota11y from Khan Academy and visualize how your site performs with assistive technologies.
ファイルサイズ 35.02 KB
インストール数 3,949
現在のバージョン 1.0.0
最終更新日 2016-02-14
公開日 2016-02-14
評価 3.50/5 合計 2 レビュー
開発者 https://johansson.jp
支払い方法 free
拡張機能のウェブサイト https://github.com/kvasir/tota11y-chrome
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "tota11y for Chrome",
    "short_name": "tota11y",
    "description": "Just click the tota11y icon to run tota11y from Khan Academy and visualize how your site performs with assistive technologies.",
    "version": "1.0.0",
    "icons": {
        "64": "img\/icon_64.png",
        "128": "img\/icon_128.png",
        "256": "img\/icon_256.png"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "js\/main.js"
        ],
        "persistent": false
    },
    "homepage_url": "https:\/\/github.com\/kvasir\/tota11y-chrome",
    "browser_action": {
        "default_icon": "img\/icon_64.png",
        "default_title": "tota11y-chrome"
    }
}