CheXplore JS

Run a heuristic evaluation on your website

Τι είναι το CheXplore JS;

Το CheXplore JS είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον wimmics.team, και η κύρια λειτουργία του είναι "Run a heuristic evaluation on your website".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου 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 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": [
                ""
            ],
            "run at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/analytics.js https:\/\/ssl.google-analytics.com https:\/\/cdn.mxpnl.com\/libs\/mixpanel-2-latest.min.js https:\/\/unpkg.com\/jspdf@latest\/dist\/jspdf.min.js https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/jspdf\/1.0.272\/jspdf.debug.js; object-src 'self'",
    "description": "Run a heuristic evaluation on your website",
    "icons": {
        "48": "pictures\/good_CheXplore_48x48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApwIR++Lqe0ue\/28B2SZJZpJDWUY9BR4whMglM0YRD+ypEqFsZhrw0AADYyhYGqiawwu1nS6+uE4a5ND5154h8cGGMacpQWt+7F7RsVhyXJN6vSfQAig\/azRG35rJfOFNbhSgPb1S16ZeV8\/u7ARX8IWf4ti1tfbjlMUWEdfNqCTiUMu1n75qBHsE4s9AL18H7CDZettySmYPU2IKcFivEpoECPgoapRX8\/ux0iV9cTEMB189CbhNwampaAN1RtlTNeuaEGmngaokmCsN9SQUS9JyPwjgVxCanM4Hn23ZqK+RwHSph9xUxbXVm3lfuPawPZvMlliuclw3+5qxZ2CV0QIDAQAB",
    "manifest_version": 2,
    "name": "CheXplore JS",
    "permissions": [
        "*:\/\/*\/*",
        "activeTab",
        "browsingData",
        "storage",
        "tabs",
        "unlimitedStorage",
        ""
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2.4.45",
    "web_accessible_resources": [
        "src\/tray.html",
        "pictures\/close.png",
        "pictures\/start.png",
        "pictures\/green_tick.png",
        "pictures\/info.png",
        "pictures\/picto-info.png",
        "pictures\/blue-info.png",
        "pictures\/green-result.png",
        "pictures\/green-bis.png",
        "pictures\/green-ter.png",
        "pictures\/reload.png",
        "pictures\/noun_zero_final.png",
        "pictures\/better_empty_set_final.png",
        "libraries\/Filesaver.js",
        "libraries\/jszip.js",
        "libraries\/jszip-deflate.js",
        "libraries\/jszip-inflate.js",
        "libraries\/jszip-load.js",
        "libraries\/linq.js",
        "libraries\/ltxml-extensions.js",
        "libraries\/ltxml.js",
        "libraries\/openxml.js",
        "pictures\/settings.png",
        "pictures\/export.png",
        "pictures\/capture.png"
    ]
}