Principles of UX Quiz

Learn the 19 Laws of UX every time you open a new tab

What is Principles of UX Quiz?

Principles of UX Quiz is a Chrome extension developed by Daniel Pape, and its main feature is "Learn the 19 Laws of UX every time you open a new tab".

Extension Screenshots

Download Principles of UX Quiz Extension CRX File

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

                        Confidently drop the laws of UX into your design reviews by learning every time you open a new tab.                    

Extension Basic Information

Name Principles of UX Quiz Principles of UX Quiz
ID kbkfgplenomppkcoakbcdbikmjegfhpg
Official URL https://chromewebstore.google.com/detail/principles-of-ux-quiz/kbkfgplenomppkcoakbcdbikmjegfhpg
Description Learn the 19 Laws of UX every time you open a new tab
File Size 5.97 MB
Installation Count 225
Current Version 0.2
Last Updated 2023-12-25
Publish Date 2019-08-27
Rating 4.50/5 Total 2 Ratings
Developer Daniel Pape
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Principles of UX Quiz",
    "short_name": "UX Quiz",
    "description": "Learn the 19 Laws of UX every time you open a new tab",
    "version": "0.2",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    }
}