JAWSInspect
JAWS Inspect Communication
O que é JAWSInspect?
JAWSInspect é uma extensão do Chrome desenvolvida por Freedom Scientific, e sua principal característica é "JAWS Inspect Communication".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão JAWSInspect
Baixe arquivos de extensão JAWSInspect no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | JAWSInspect |
ID | ildbfpaelempeokjfldpclbfggjkhdhl |
URL Oficial | https://chromewebstore.google.com/detail/jawsinspect/ildbfpaelempeokjfldpclbfggjkhdhl |
Descrição | JAWS Inspect Communication |
Tamanho do Arquivo | 115 KB |
Contagem de Instalações | 5,028 |
Versão Atual | 2.1.14.0 |
Última Atualização | 2022-10-11 |
Data de Publicação | 2019-03-12 |
Classificação | 1.14/5 Total de 7 Avaliações |
Desenvolvedor | Freedom Scientific |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://store.freedomscientific.com/pages/privacy-policy |
Idiomas Suportados | 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\/", " |