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"
    }
}