Accessibility Insights for Web
Accessibility Insights for Web helps developers quickly find and fix accessibility issues.
Cos'è Accessibility Insights for Web?
Accessibility Insights for Web è un'estensione di Chrome sviluppata da Accessibility Insights Team, e la sua funzione principale è "Accessibility Insights for Web helps developers quickly find and fix accessibility issues.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Accessibility Insights for Web
Scarica i file di estensione Accessibility Insights for Web in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Accessibility Insights for Web |
ID | pbjjkligggfmakdaogkfomddhfmpjeni |
URL Ufficiale | https://chromewebstore.google.com/detail/accessibility-insights-fo/pbjjkligggfmakdaogkfomddhfmpjeni |
Descrizione | Accessibility Insights for Web helps developers quickly find and fix accessibility issues. |
Dimensione del File | 3.65 MB |
Conteggio Installazioni | 111,609 |
Versione Corrente | 2.41.0 |
Ultimo Aggiornamento | 2023-11-09 |
Data di Pubblicazione | 2020-05-04 |
Valutazione | 4.68/5 Totale 37 Valutazioni |
Sviluppatore | Accessibility Insights Team |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://go.microsoft.com/fwlink?LinkId=521839 |
Lingue Supportate | 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": [ " |