CheXplore JS
Run a heuristic evaluation on your website
Что такое CheXplore JS?
CheXplore JS - это расширение Chrome, разработанное wimmics.team, и его основная функция - "Run a heuristic evaluation on your website".
Снимки экрана расширения
Скачать файл CRX расширения CheXplore JS
Скачайте файлы расширений CheXplore JS в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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
Основная информация о расширении
Название | CheXplore JS |
ID | eeeaigjkdepkfbecmhgelmahpbfhkedm |
Официальный URL | https://chromewebstore.google.com/detail/chexplore-js/eeeaigjkdepkfbecmhgelmahpbfhkedm |
Описание | Run a heuristic evaluation on your website |
Размер файла | 3.54 MB |
Количество установок | 18 |
Текущая Версия | 1.2.4.45 |
Последнее Обновление | 2019-10-28 |
Дата публикации | 2019-10-26 |
Разработчик | wimmics.team |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | 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": [ " |