CheXplore JS
Run a heuristic evaluation on your website
CheXplore JS là gì?
CheXplore JS là một tiện ích mở rộng Chrome được phát triển bởi wimmics.team, và tính năng chính của nó là "Run a heuristic evaluation on your website".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng CheXplore JS
Tải xuống các tệp mở rộng CheXplore JS dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | CheXplore JS |
ID | eeeaigjkdepkfbecmhgelmahpbfhkedm |
URL Chính Thức | https://chromewebstore.google.com/detail/chexplore-js/eeeaigjkdepkfbecmhgelmahpbfhkedm |
Mô tả | Run a heuristic evaluation on your website |
Kích Thước Tệp | 3.54 MB |
Số Lần Cài Đặt | 18 |
Phiên Bản Hiện Tại | 1.2.4.45 |
Cập Nhật Lần Cuối | 2019-10-28 |
Ngày Phát Hành | 2019-10-26 |
Nhà Phát Triển | wimmics.team |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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": [ " |