Accessibility Insights for Web
Accessibility Insights for Web helps developers quickly find and fix accessibility issues.
Accessibility Insights for Webคืออะไร?
Accessibility Insights for Web เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Accessibility Insights Team และคุณลักษณะหลักของมันคือ "Accessibility Insights for Web helps developers quickly find and fix accessibility issues."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Accessibility Insights for Web
ดาวน์โหลดไฟล์ส่วนขยาย Accessibility Insights for Web ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Accessibility Insights for Web |
ID | pbjjkligggfmakdaogkfomddhfmpjeni |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/accessibility-insights-fo/pbjjkligggfmakdaogkfomddhfmpjeni |
คำอธิบาย | Accessibility Insights for Web helps developers quickly find and fix accessibility issues. |
ขนาดไฟล์ | 3.65 MB |
จำนวนการติดตั้ง | 111,609 |
เวอร์ชันปัจจุบัน | 2.41.0 |
อัปเดตครั้งล่าสุด | 2023-11-09 |
วันที่เผยแพร่ | 2020-05-04 |
คะแนน | 4.68/5 รวมทั้งหมด 37 คะแนน |
ผู้พัฒนา | Accessibility Insights Team |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://go.microsoft.com/fwlink?LinkId=521839 |
ภาษาที่รองรับ | 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": [ " |