Tota11y: Accessibility toolkit

Tota11y: Accessibility toolkit

Inserts the tota11y JS file from Khan Academy into the current tab so that you can visualize how the current page performs with assistive technologies. All the credit goes to Khan Academy for their amazing script.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Tota11y: Accessibility visualization toolkit",
  "short_name": "Tota11y",
  "description": "Inserts the tota11y JS file from Khan Academy into the current tab so that you can visualize how the current page performs with assistive technologies. All the credit goes to Khan Academy for their amazing script.",
  "version": "1.0.2resigned1",
  "developer": {
    "name": "Bogdan Lazar",
    "url": "https://bogdanlazar.com"
  },
  "omnibox": {
    "keyword": "tota11y"
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "19": "icons/icon-19.png",
      "38": "icons/icon-38.png"
    },
    "default_title": "Tota11y"
  },
  "permissions": [
    "activeTab",
    "tabs"
  ],
  "web_accessible_resources": [
    "tota11y.min.js"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{0cc9a431-a2dc-410a-af38-19d89394ef38}"
    }
  }
}