JAWSInspect

JAWS Inspect Communication

JAWSInspect là gì?

JAWSInspect là một tiện ích mở rộng Chrome được phát triển bởi Freedom Scientific, và tính năng chính của nó là "JAWS Inspect Communication".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng JAWSInspect

Tải xuống các tệp mở rộng JAWSInspect dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên JAWSInspect JAWSInspect
ID ildbfpaelempeokjfldpclbfggjkhdhl
URL Chính Thức https://chromewebstore.google.com/detail/jawsinspect/ildbfpaelempeokjfldpclbfggjkhdhl
Mô tả JAWS Inspect Communication
Kích Thước Tệp 115 KB
Số Lần Cài Đặt 5,028
Phiên Bản Hiện Tại 2.1.14.0
Cập Nhật Lần Cuối 2022-10-11
Ngày Phát Hành 2019-03-12
Đánh Giá 1.14/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Freedom Scientific
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://store.freedomscientific.com/pages/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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\/",
        ""
    ]
}