UX Principles

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

Qu'est-ce que UX Principles ?

UX Principles est une extension Chrome développée par https://brainytab.com, et sa fonction principale est "A UX principle explained every time you open a new tab.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension UX Principles

Téléchargez les fichiers d'extension UX Principles au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom UX Principles UX Principles
ID lkocmoifkaklbogeeldjgbhengeokgki
URL Officiel https://chromewebstore.google.com/detail/ux-principles/lkocmoifkaklbogeeldjgbhengeokgki
Description A UX principle explained every time you open a new tab.
Taille du Fichier 30.91 KB
Nombre d'Installations 3,691
Version Actuelle 1.1.0
Dernière Mise à Jour 2022-10-13
Date de Publication 2020-03-05
Évaluation 4.89/5 Total 9 Évaluations
Développeur https://brainytab.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://brainytab.com/more-extensions/
URL de la Page d'Aide https://brainytab.com/contact-us/
URL de la Page de Politique de Confidentialité https://brainytab.com/privacy-policy
Langues Prises en Charge 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"
}