tota11y for Chrome

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

Cos'è tota11y for Chrome?

tota11y for Chrome è un'estensione di Chrome sviluppata da https://johansson.jp, e la sua funzione principale è "Just click the tota11y icon to run tota11y from Khan Academy and visualize how your site performs with assistive technologies.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione tota11y for Chrome

Scarica i file di estensione tota11y for Chrome in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome tota11y for Chrome tota11y for Chrome
ID nkghaekndgmonifcpfgjmpfjlhnmflhp
URL Ufficiale https://chromewebstore.google.com/detail/tota11y-for-chrome/nkghaekndgmonifcpfgjmpfjlhnmflhp
Descrizione Just click the tota11y icon to run tota11y from Khan Academy and visualize how your site performs with assistive technologies.
Dimensione del File 35.02 KB
Conteggio Installazioni 3,949
Versione Corrente 1.0.0
Ultimo Aggiornamento 2016-02-14
Data di Pubblicazione 2016-02-14
Valutazione 3.50/5 Totale 2 Valutazioni
Sviluppatore https://johansson.jp
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/kvasir/tota11y-chrome
Lingue Supportate 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"
    }
}