JAWSInspect
JAWS Inspect Communication
JAWSInspectとは何ですか?
JAWSInspectはFreedom Scientificによって開発されたChromeの拡張機能で、その主な機能は「JAWS Inspect Communication」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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\/", " |