JAWSInspect

JAWS Inspect Communication

JAWSInspect क्या है?

JAWSInspect Freedom Scientific द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "JAWS Inspect Communication"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में JAWSInspect एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/",
        ""
    ]
}