JAWSInspect

JAWS Inspect Communication

JAWSInspect란 무엇입니까?

JAWSInspect은(는) Freedom Scientific에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "JAWS Inspect Communication"입니다.

확장 프로그램 스크린샷

screenshot

JAWSInspect 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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\/",
        ""
    ]
}