Inspect and view changes in taba11y - Tab order accessibility testing source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"action": {
"default_title": "taba11y - Visualise tab order with ease",
"default_popup": "popup.min.html"
},
"browser_specific_settings": {
"gecko": {
"id": "taba11y@qualityisking.co.uk",
"strict_min_version": "109.0"
}
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self';"
},
"description": "Visualise tab order with ease",
"icons": {
"16": "/img/logo-16.png",
"32": "/img/logo-32.png",
"48": "/img/logo-48.png",
"128": "/img/logo-128.png"
},
"manifest_version": 3,
"name": "taba11y - Tab order accessibility testing",
"permissions": [
"activeTab",
"storage",
"scripting"
],
"version": "1.81",
"web_accessible_resources": [
{
"resources": [
"canvas.min.css",
"tippy-shift-away.min.css",
"/i18n/bn.json",
"/i18n/cy.json",
"/i18n/de.json",
"/i18n/en-gb.json",
"/i18n/en-us.json",
"/i18n/es.json",
"/i18n/fr.json",
"/i18n/ga.json",
"/i18n/gd.json",
"/i18n/hi.json",
"/i18n/it.json",
"/i18n/ja.json",
"/i18n/ko.json",
"/i18n/nl.json",
"/i18n/pl.json",
"/i18n/pt.json",
"/i18n/ru.json",
"/i18n/sco.json",
"/i18n/tr.json",
"/i18n/uk.json",
"/i18n/vi.json",
"/i18n/zh.json",
"/img/clipboard.png",
"/img/close-grey.png",
"/img/close-white.png",
"/img/coffee.png",
"/img/external-link.png",
"/img/facebook.png",
"/img/infinite.png",
"/img/linkedin.png",
"/img/logo.png",
"/img/logo-animated.gif",
"/img/logo-white-16.png",
"/img/logo-white-32.png",
"/img/moon.png",
"/img/reddit.png",
"/img/sticky.png",
"/img/sun.png",
"/img/warning.png",
"/img/whatsapp.png"
],
"matches": [
"<all_urls>"
]
}
]
}