Accessibility monitor
Audit pages for accessibility bugs as they're being used.
Accessibility monitorคืออะไร?
Accessibility monitor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย scurtis และคุณลักษณะหลักของมันคือ "Audit pages for accessibility bugs as they're being used."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Accessibility monitor
ดาวน์โหลดไฟล์ส่วนขยาย Accessibility monitor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Continuously monitor accessibility failures in a page as it's being used, rather than a single audit on page load. View a log of all failures in the console and monitor new failures via a badge on the icon in the toolbar.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Accessibility monitor |
ID | gddplijpjcadnhpnlpkjoppgedpengbo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/accessibility-monitor/gddplijpjcadnhpnlpkjoppgedpengbo |
คำอธิบาย | Audit pages for accessibility bugs as they're being used. |
ขนาดไฟล์ | 96.89 KB |
จำนวนการติดตั้ง | 715 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2016-06-10 |
วันที่เผยแพร่ | 2016-06-09 |
ผู้พัฒนา | scurtis |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://bitbucket.org/scurtis/accessibility-monitor/ |
URL หน้าช่วยเหลือ | https://bitbucket.org/scurtis/accessibility-monitor/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Accessibility monitor", "description": "Audit pages for accessibility bugs as they're being used.", "version": "1.0", "browser_action": { "default_icon": "img\/icon-48.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ " |