CheXplore JS
Run a heuristic evaluation on your website
什么是CheXplore JS?
CheXplore JS是由wimmics.team开发的Chrome扩展程序,该扩展的主要功能是“Run a heuristic evaluation on your website”。
扩展截图
下载CheXplore JS扩展crx文件
下载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": [ " |