UX Principles

UX Principles

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.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "papaparse.min.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon.png"
  },
  "description": "A UX principle explained every time you open a new tab.",
  "manifest_version": 2,
  "chrome_url_overrides": {
    "newtab": "myPage.html"
  },
  "name": "UX Principles",
  "permissions": [
    "storage"
  ],
  "version": "1.0.0"
}