A11y Scripts
Execute A11y scripts by clicking a button.
A11y Scriptsคืออะไร?
A11y Scripts เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kevin Murphy และคุณลักษณะหลักของมันคือ "Execute A11y scripts by clicking a button."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย A11y Scripts
ดาวน์โหลดไฟล์ส่วนขยาย A11y Scripts ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Adds quick buttons for injecting JavaScript for accessibility (A11y) testing, including ANDI, Tota11y, and more.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | A11y Scripts |
ID | mdcjdabhhipgieonoompnccaohldjfkj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/a11y-scripts/mdcjdabhhipgieonoompnccaohldjfkj |
คำอธิบาย | Execute A11y scripts by clicking a button. |
ขนาดไฟล์ | 26.83 KB |
จำนวนการติดตั้ง | 129 |
เวอร์ชันปัจจุบัน | 1.01 |
อัปเดตครั้งล่าสุด | 2018-11-22 |
วันที่เผยแพร่ | 2018-11-22 |
ผู้พัฒนา | Kevin Murphy |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "A11y Scripts", "description": "Execute A11y scripts by clicking a button.", "version": "1.01", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "activeTab" ], "browser_action": { "default_icon": "icons\/icon48.png", "default_popup": "popup.html" } } |