JAWSInspect
JAWS Inspect Communication
JAWSInspectคืออะไร?
JAWSInspect เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Freedom Scientific และคุณลักษณะหลักของมันคือ "JAWS Inspect Communication"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย JAWSInspect
ดาวน์โหลดไฟล์ส่วนขยาย JAWSInspect ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
JAWS Inspect is a web developer tool that reports how JAWS screen reader “sees” and “reads” a web page. With this add-on, you can use the highlight feature to select an element in a report so that you can quickly find it on the web page you are testing. You can also use it to select and highlight an element directly on the web page. Once highlighted, you can run a report on the element or view its HTML properties. This add-in is meant to be used in conjunction with JAWS Inspect.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | JAWSInspect |
ID | ildbfpaelempeokjfldpclbfggjkhdhl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/jawsinspect/ildbfpaelempeokjfldpclbfggjkhdhl |
คำอธิบาย | JAWS Inspect Communication |
ขนาดไฟล์ | 115 KB |
จำนวนการติดตั้ง | 5,028 |
เวอร์ชันปัจจุบัน | 2.1.14.0 |
อัปเดตครั้งล่าสุด | 2022-10-11 |
วันที่เผยแพร่ | 2019-03-12 |
คะแนน | 1.14/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | Freedom Scientific |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://store.freedomscientific.com/pages/privacy-policy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "JAWS Inspect Communication", "manifest_version": 2, "name": "JAWSInspect", "version": "2.1.14.0", "author": "Freedom Scientific, Inc.", "homepage_url": "http:\/\/www.freedomscientific.com\/Services\/AccessibilityTestingProducts", "icons": { "256": "Icons\/JAWSInspectIcon-256.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "jquery.js", "MD5.js", "toolsupport.js", "inspect-page.js" ], "css": [ "inspect-style.css" ], "run_at": "document_start" } ], "background": { "scripts": [ "jquery.js", "toolsupport.js", "inspect-event.js" ] }, "devtools_page": "inspect-tools.html", "permissions": [ "http:\/\/127.0.0.1:42042\/", " |