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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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": [ " |