tota11y for Chrome

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

O que é tota11y for Chrome?

tota11y for Chrome é uma extensão do Chrome desenvolvida por https://johansson.jp, e sua principal característica é "Just click the tota11y icon to run tota11y from Khan Academy and visualize how your site performs with assistive technologies.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão tota11y for Chrome

Baixe arquivos de extensão tota11y for Chrome no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome tota11y for Chrome tota11y for Chrome
ID nkghaekndgmonifcpfgjmpfjlhnmflhp
URL Oficial https://chromewebstore.google.com/detail/tota11y-for-chrome/nkghaekndgmonifcpfgjmpfjlhnmflhp
Descrição Just click the tota11y icon to run tota11y from Khan Academy and visualize how your site performs with assistive technologies.
Tamanho do Arquivo 35.02 KB
Contagem de Instalações 3,949
Versão Atual 1.0.0
Última Atualização 2016-02-14
Data de Publicação 2016-02-14
Classificação 3.50/5 Total de 2 Avaliações
Desenvolvedor https://johansson.jp
Tipo de Pagamento free
Site da Extensão https://github.com/kvasir/tota11y-chrome
Idiomas Suportados 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"
    }
}