Accessibility Insights for Web
Accessibility Insights for Web helps developers quickly find and fix accessibility issues.
Qu'est-ce que Accessibility Insights for Web ?
Accessibility Insights for Web est une extension Chrome développée par Accessibility Insights Team, et sa fonction principale est "Accessibility Insights for Web helps developers quickly find and fix accessibility issues.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Accessibility Insights for Web
Téléchargez les fichiers d'extension Accessibility Insights for Web 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
Learn more about Accessibility Insights at https://aka.ms/accessibilityinsights. The default keyboard shortcut to launch Accessibility Insights for Web is [Ctrl+Shift+K]. If that doesn't work, follow these instructions: 1. Select Shift+Alt+T to move focus to the Chrome address bar 2. Select the Left arrow key to move focus to the Accessibility Insights for Web extension. 3. Select the Space key to open the extension. Privacy policy: http://go.microsoft.com/fwlink/?LinkId=521839 Third Party Notice: https://microsoft.github.io/accessibility-insights-web/NOTICE.html License: https://microsoft.github.io/accessibility-insights-web/LICENSE.txt
Informations de Base sur l'Extension
Nom | Accessibility Insights for Web |
ID | pbjjkligggfmakdaogkfomddhfmpjeni |
URL Officiel | https://chromewebstore.google.com/detail/accessibility-insights-fo/pbjjkligggfmakdaogkfomddhfmpjeni |
Description | Accessibility Insights for Web helps developers quickly find and fix accessibility issues. |
Taille du Fichier | 3.65 MB |
Nombre d'Installations | 111,609 |
Version Actuelle | 2.41.0 |
Dernière Mise à Jour | 2023-11-09 |
Date de Publication | 2020-05-04 |
Évaluation | 4.68/5 Total 37 Évaluations |
Développeur | Accessibility Insights Team |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://go.microsoft.com/fwlink?LinkId=521839 |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Accessibility Insights for Web", "author": "Microsoft Corporation", "description": "Accessibility Insights for Web helps developers quickly find and fix accessibility issues.", "version": "2.41.0", "icons": { "16": "icons\/brand\/blue\/brand-blue-16px.png", "48": "icons\/brand\/blue\/brand-blue-48px.png", "128": "icons\/brand\/blue\/brand-blue-128px.png" }, "devtools_page": "Devtools\/devtools.html", "action": { "default_popup": "popup\/popup.html", "default_icon": { "20": "icons\/brand\/blue\/brand-blue-16px.png", "40": "icons\/brand\/blue\/brand-blue-48px.png" } }, "manifest_version": 3, "permissions": [ "notifications", "scripting", "storage", "tabs", "webNavigation", "activeTab" ], "background": { "service_worker": "bundle\/serviceWorker.bundle.js" }, "optional_host_permissions": [ " |