JAWSInspect
JAWS Inspect Communication
Qu'est-ce que JAWSInspect ?
JAWSInspect est une extension Chrome développée par Freedom Scientific, et sa fonction principale est "JAWS Inspect Communication".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension JAWSInspect
Téléchargez les fichiers d'extension JAWSInspect au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | JAWSInspect |
ID | ildbfpaelempeokjfldpclbfggjkhdhl |
URL Officiel | https://chromewebstore.google.com/detail/jawsinspect/ildbfpaelempeokjfldpclbfggjkhdhl |
Description | JAWS Inspect Communication |
Taille du Fichier | 115 KB |
Nombre d'Installations | 5,028 |
Version Actuelle | 2.1.14.0 |
Dernière Mise à Jour | 2022-10-11 |
Date de Publication | 2019-03-12 |
Évaluation | 1.14/5 Total 7 Évaluations |
Développeur | Freedom Scientific |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://store.freedomscientific.com/pages/privacy-policy |
Langues Prises en Charge | 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\/", " |