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.”。
扩展截图
下载Usability Hike: Find usability problems扩展crx文件
下载Usability Hike: Find usability problems扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 |
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 } |