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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Test web pages against common usability problems that make them hard to use."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Usability Hike: Find usability problems 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
}