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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://johansson.jp, και η κύρια λειτουργία του είναι "Just click the tota11y icon to run tota11y from Khan Academy and visualize how your site performs with assistive technologies.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης tota11y for Chrome
Λήψη αρχείων επέκτασης 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 |
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" } } |