JAWSInspect

JAWS Inspect Communication

什么是JAWSInspect?

JAWSInspect是由Freedom Scientific开发的Chrome扩展程序,该扩展的主要功能是“JAWS Inspect Communication”。

扩展截图

screenshot

下载JAWSInspect扩展crx文件

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