Accessibility Insights for Web
Accessibility Insights for Web helps developers quickly find and fix accessibility issues.
Vad är Accessibility Insights for Web?
Accessibility Insights for Web är en Chrome-tillägg utvecklad av Accessibility Insights Team, och dess huvudfunktion är "Accessibility Insights for Web helps developers quickly find and fix accessibility issues.".
Tilläggsskärmbilder
Ladda ner Accessibility Insights for Web-förlängningens CRX-fil
Ladda ner Accessibility Insights for Web-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | Accessibility Insights for Web |
ID | pbjjkligggfmakdaogkfomddhfmpjeni |
Officiell webbadress | https://chromewebstore.google.com/detail/accessibility-insights-fo/pbjjkligggfmakdaogkfomddhfmpjeni |
Beskrivning | Accessibility Insights for Web helps developers quickly find and fix accessibility issues. |
Filstorlek | 3.65 MB |
Antal Installationer | 111,609 |
Aktuell Version | 2.41.0 |
Senast Uppdaterad | 2023-11-09 |
Publiceringsdatum | 2020-05-04 |
Betyg | 4.68/5 Totalt 37 Betyg |
Utvecklare | Accessibility Insights Team |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://go.microsoft.com/fwlink?LinkId=521839 |
Stödda Språk | 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": [ " |