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": [ " |