Principles of UX Quiz

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

Was ist Principles of UX Quiz?

Principles of UX Quiz ist eine Chrome-Erweiterung, die von Daniel Pape entwickelt wurde, und ihr Hauptmerkmal ist "Learn the 19 Laws of UX every time you open a new tab".

Erweiterungsscreenshots

Principles of UX Quiz-Erweiterungs-CRX-Datei herunterladen

Laden Sie Principles of UX Quiz-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Principles of UX Quiz Principles of UX Quiz
ID kbkfgplenomppkcoakbcdbikmjegfhpg
Offizielle URL https://chromewebstore.google.com/detail/principles-of-ux-quiz/kbkfgplenomppkcoakbcdbikmjegfhpg
Beschreibung Learn the 19 Laws of UX every time you open a new tab
Dateigröße 5.97 MB
Installationsanzahl 225
Aktuelle Version 0.2
Letztes Update 2023-12-25
Veröffentlichungsdatum 2019-08-27
Bewertung 4.50/5 Insgesamt 2 Bewertungen
Entwickler Daniel Pape
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}