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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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": [ " |