Usability Hike: Find usability problems

Test web pages against common usability problems that make them hard to use.

Usability Hike: Find usability problems क्या है?

Usability Hike: Find usability problems https://getulmo.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Test web pages against common usability problems that make them hard to use."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Usability Hike: Find usability problems एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This extension aims to be a fast and easy tool to spot some potential visual problems that can produce frustration and confusion among your visitors.

It provides an intuitive, visual report with information about each highlighted issue and recommendations on how to resolve it.

Tests that are covered:
    - Broken Links
    - Descriptive link labels
    - Tiny clickable areas
    - Analyze labels and search forms
    - Links are easily recognizable
    - Texts are legible
    - Use appropriate line lengths
    - Provide contact us & about us & privacy pages
    - ... and many more

The analysis is done entirely within your browser allowing secure valuation of any sensitive web pages.

Good usability products improve user experience (UX) which lead to increased word of mouth, higher engagement rates, and faster growth.

To run a report
    1. go to the website you want to check
    2. click on the Usability Hike icon to the right of your browser address bar

https://github.com/mihaiburicea/usability-hike

Bibliography
    - https://guidelines.usability.gov/
    - https://www.nngroup.com/articles/
    - http://repository.jisc.ac.uk/79/1/jisc-hcidesign-study-final.pdf
    - https://www.w3.org/TR/WAI-WEBCONTENT/full-checklist                    

एक्सटेंशन की मूल जानकारी

नाम Usability Hike: Find usability problems Usability Hike: Find usability problems
ID ndlpokknholbnmpamepplidpkfnmplgf
आधिकारिक URL https://chromewebstore.google.com/detail/usability-hike-find-usabi/ndlpokknholbnmpamepplidpkfnmplgf
विवरण Test web pages against common usability problems that make them hard to use.
फ़ाइल का आकार 40.78 KB
स्थापना संख्या 951
वर्तमान संस्करण 1.1.0
अंतिम अपडेट 2019-02-04
प्रकाशन तिथि 2019-02-04
रेटिंग 4.50/5 कुल 2 रेटिंग्स
डेवलपर https://getulmo.com
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Usability Hike: Find usability problems",
    "short_name": "Hike",
    "version": "1.1.0",
    "description": "Test web pages against common usability problems that make them hard to use.",
    "permissions": [
        "background",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "js\/background\/main.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/icon16.png",
            "32": "img\/icon32.png",
            "48": "img\/icon48.png",
            "128": "img\/icon128.png"
        },
        "default_title": "Usability Hike"
    },
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "web_accessible_resources": [
        "style\/report\/main.css"
    ],
    "manifest_version": 2
}