UX Blur
Renders a para-foveal Web page vision
What is UX Blur?
UX Blur is a Chrome extension developed by http://labo-internet.com, and its main feature is "Renders a para-foveal Web page vision".
Extension Screenshots
Download UX Blur Extension CRX File
Download UX Blur extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
One of the most important knowledge for Web Designers is "how do users discover my page ?'. Page perception first depends on para-foveal vision rendering a grey and brlured picture to the user's brain. We first created this tool for Labo Internet partners but many of our keynotes and lectures audience requested for it and for free. So here it is, hope it will help you improve your web designs.
Extension Basic Information
Name | |
ID | ekgldiphakakeepfpobifpdihipmkcgl |
Official URL | https://chrome.google.com/webstore/detail/ux-blur/ekgldiphakakeepfpobifpdihipmkcgl |
Description | Renders a para-foveal Web page vision |
File Size | 6.15 KB |
Installation Count | 283 |
Current Version | 1.0 |
Last Updated | 2016-07-23 |
Publish Date | 2016-07-23 |
Rating | 4.43/5 Total 7 Ratings |
Developer | http://labo-internet.com |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "UX Blur", "short_name": "UX Blur", "description": "Renders a para-foveal Web page vision", "version": "1.0", "offline_enabled": true, "homepage_url": "http:\/\/labo-internet.com", "permissions": [ "activeTab", "tabs", "http:\/\/*\/*" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "UXBlur.png", "default_title": "UX Blur : para-fovel page vision" }, "manifest_version": 2 } |