CheXplore JS
Run a heuristic evaluation on your website
Was ist CheXplore JS?
CheXplore JS ist eine Chrome-Erweiterung, die von wimmics.team entwickelt wurde, und ihr Hauptmerkmal ist "Run a heuristic evaluation on your website".
Erweiterungsscreenshots
CheXplore JS-Erweiterungs-CRX-Datei herunterladen
Laden Sie CheXplore JS-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
CheXplore is a Google Chrome plugin which facilitates interface evaluation of exploratory search systems and any website. You can annotate screenshots of the inspected system with heuristics of exploratory search (Palagi, 2018), and usability heuristics or criteria (Nielsen’s and Bastien and Scapin’s ones). At the end of your evaluation, you can export all your annotations to a Word document (docx) or PDF. This is a new version of a plugin designed during Emilie Palagi's PhD, and developped by Jean-Marie Dormoy. The PhD thesis of Emilie Palagi is available online: https://tel.archives-ouvertes.fr/tel-01976017
Grundlegende Informationen zur Erweiterung
Name | CheXplore JS |
ID | eeeaigjkdepkfbecmhgelmahpbfhkedm |
Offizielle URL | https://chromewebstore.google.com/detail/chexplore-js/eeeaigjkdepkfbecmhgelmahpbfhkedm |
Beschreibung | Run a heuristic evaluation on your website |
Dateigröße | 3.54 MB |
Installationsanzahl | 18 |
Aktuelle Version | 1.2.4.45 |
Letztes Update | 2019-10-28 |
Veröffentlichungsdatum | 2019-10-26 |
Entwickler | wimmics.team |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "libraries\/jquery.min.js", "src\/background.js" ] }, "browser_action": { "default_icon": "pictures\/good_CheXplore_48x48.png", "default_title": "CheXplore" }, "commands": { "CheXplore_shortcut": { "description": "extension's launcher shortcut", "suggested_key": { "default": "Ctrl+Shift+Home" } } }, "content_scripts": [ { "css": [ "src\/style.css" ], "js": [ "libraries\/jquery.min.js", "libraries\/jquery-ui.min.js", "src\/content.js", "src\/content_functions.js" ], "matches": [ " |