JAWSInspect

JAWS Inspect Communication

Hvad er JAWSInspect?

JAWSInspect er en Chrome-udvidelse udviklet af Freedom Scientific, og dens hovedfunktion er "JAWS Inspect Communication".

Udvidelsesskærmbilleder

screenshot

Download JAWSInspect-udvidelses-CRX-fil

Download JAWSInspect-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn JAWSInspect JAWSInspect
ID ildbfpaelempeokjfldpclbfggjkhdhl
Officiel URL https://chromewebstore.google.com/detail/jawsinspect/ildbfpaelempeokjfldpclbfggjkhdhl
Beskrivelse JAWS Inspect Communication
Filstørrelse 115 KB
Antal Installationer 5,028
Nuværende Version 2.1.14.0
Senest Opdateret 2022-10-11
Udgivelsesdato 2019-03-12
Bedømmelse 1.14/5 Samlet 7 Bedømmelser
Udvikler Freedom Scientific
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://store.freedomscientific.com/pages/privacy-policy
Understøttede Sprog 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\/",
        ""
    ]
}