CheXplore JS
Run a heuristic evaluation on your website
Co to jest CheXplore JS?
CheXplore JS to rozszerzenie Chrome opracowane przez wimmics.team, a jego główną funkcją jest „Run a heuristic evaluation on your website”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia CheXplore JS
Pobierz pliki rozszerzeń CheXplore JS w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | CheXplore JS |
ID | eeeaigjkdepkfbecmhgelmahpbfhkedm |
Oficjalny URL | https://chromewebstore.google.com/detail/chexplore-js/eeeaigjkdepkfbecmhgelmahpbfhkedm |
Opis | Run a heuristic evaluation on your website |
Rozmiar pliku | 3.54 MB |
Liczba instalacji | 18 |
Aktualna Wersja | 1.2.4.45 |
Ostatnia Aktualizacja | 2019-10-28 |
Data Publikacji | 2019-10-26 |
Deweloper | wimmics.team |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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": [ " |