tota11y for Chrome

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

Was ist tota11y for Chrome?

tota11y for Chrome ist eine Chrome-Erweiterung, die von https://johansson.jp entwickelt wurde, und ihr Hauptmerkmal ist "Just click the tota11y icon to run tota11y from Khan Academy and visualize how your site performs with assistive technologies.".

Erweiterungsscreenshots

screenshot

tota11y for Chrome-Erweiterungs-CRX-Datei herunterladen

Laden Sie tota11y for Chrome-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name tota11y for Chrome tota11y for Chrome
ID nkghaekndgmonifcpfgjmpfjlhnmflhp
Offizielle URL https://chromewebstore.google.com/detail/tota11y-for-chrome/nkghaekndgmonifcpfgjmpfjlhnmflhp
Beschreibung Just click the tota11y icon to run tota11y from Khan Academy and visualize how your site performs with assistive technologies.
Dateigröße 35.02 KB
Installationsanzahl 3,949
Aktuelle Version 1.0.0
Letztes Update 2016-02-14
Veröffentlichungsdatum 2016-02-14
Bewertung 3.50/5 Insgesamt 2 Bewertungen
Entwickler https://johansson.jp
Zahlungsart free
Erweiterungswebsite https://github.com/kvasir/tota11y-chrome
Unterstützte Sprachen 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"
    }
}