tota11y for Chrome
Just click the tota11y icon to run tota11y from Khan Academy and visualize how your site performs with assistive technologies.
Qu'est-ce que tota11y for Chrome ?
tota11y for Chrome est une extension Chrome développée par https://johansson.jp, et sa fonction principale est "Just click the tota11y icon to run tota11y from Khan Academy and visualize how your site performs with assistive technologies.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension tota11y for Chrome
Téléchargez les fichiers d'extension tota11y for Chrome au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | tota11y for Chrome |
ID | nkghaekndgmonifcpfgjmpfjlhnmflhp |
URL Officiel | https://chromewebstore.google.com/detail/tota11y-for-chrome/nkghaekndgmonifcpfgjmpfjlhnmflhp |
Description | Just click the tota11y icon to run tota11y from Khan Academy and visualize how your site performs with assistive technologies. |
Taille du Fichier | 35.02 KB |
Nombre d'Installations | 3,949 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2016-02-14 |
Date de Publication | 2016-02-14 |
Évaluation | 3.50/5 Total 2 Évaluations |
Développeur | https://johansson.jp |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/kvasir/tota11y-chrome |
Langues Prises en Charge | 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" } } |