UX Principles

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

O que é UX Principles?

UX Principles é uma extensão do Chrome desenvolvida por https://brainytab.com, e sua principal característica é "A UX principle explained every time you open a new tab.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão UX Principles

Baixe arquivos de extensão UX Principles no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome UX Principles UX Principles
ID lkocmoifkaklbogeeldjgbhengeokgki
URL Oficial https://chromewebstore.google.com/detail/ux-principles/lkocmoifkaklbogeeldjgbhengeokgki
Descrição A UX principle explained every time you open a new tab.
Tamanho do Arquivo 30.91 KB
Contagem de Instalações 3,691
Versão Atual 1.1.0
Última Atualização 2022-10-13
Data de Publicação 2020-03-05
Classificação 4.89/5 Total de 9 Avaliações
Desenvolvedor https://brainytab.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://brainytab.com/more-extensions/
URL da Página de Ajuda https://brainytab.com/contact-us/
URL da Página de Política de Privacidade https://brainytab.com/privacy-policy
Idiomas Suportados 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"
}