UX Principles

A UX principle explained every time you open a new tab.

What is UX Principles?

UX Principles is a Chrome extension developed by https://brainytab.com, and its main feature is "A UX principle explained every time you open a new tab.".

Extension Screenshots

screenshot
screenshot
screenshot

Download UX Principles Extension CRX File

Download UX Principles 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

                        See a UX principle explained every time you open a new tab. This extension draws on the wisdom and training of Jakob Nielsen, Bruce Tognazzini, Don Norman and other influential UX masters to help you get your UX right.

Some of these principles will be reminder to keep you on the right track but you will also learn loads; we know we did when we built it.

A practical reference for UX professionals, and a shortcut to greatness for anyone who needs a clear and wise selection of principles to guide their UX success. Learn the key principles that drive brilliant UX design.                    

Extension Basic Information

Name UX Principles UX Principles
ID lkocmoifkaklbogeeldjgbhengeokgki
Official URL https://chromewebstore.google.com/detail/ux-principles/lkocmoifkaklbogeeldjgbhengeokgki
Description A UX principle explained every time you open a new tab.
File Size 30.91 KB
Installation Count 3,691
Current Version 1.1.0
Last Updated 2022-10-13
Publish Date 2020-03-05
Rating 4.89/5 Total 9 Ratings
Developer https://brainytab.com
Email [email protected]
Payment Type free
Extension Website https://brainytab.com/more-extensions/
Help Page URL https://brainytab.com/contact-us/
Privacy Policy Page URL https://brainytab.com/privacy-policy
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icon_16x16.png",
        "32": "icon_32x32.png",
        "48": "icon_48x48.png",
        "128": "icon_128x128.png"
    },
    "action": {
        "default_icon": "icon.png"
    },
    "description": "A UX principle explained every time you open a new tab.",
    "manifest_version": 3,
    "chrome_url_overrides": {
        "newtab": "UXPrinciples.html"
    },
    "name": "UX Principles",
    "permissions": [
        "storage"
    ],
    "version": "1.1.0"
}