Principles of UX Quiz

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

O que é Principles of UX Quiz?

Principles of UX Quiz é uma extensão do Chrome desenvolvida por Daniel Pape, e sua principal característica é "Learn the 19 Laws of UX every time you open a new tab".

Capturas de Tela da Extensão

Baixar o arquivo CRX da Extensão Principles of UX Quiz

Baixe arquivos de extensão Principles of UX Quiz 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

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

Informações Básicas da Extensão

Nome Principles of UX Quiz Principles of UX Quiz
ID kbkfgplenomppkcoakbcdbikmjegfhpg
URL Oficial https://chromewebstore.google.com/detail/principles-of-ux-quiz/kbkfgplenomppkcoakbcdbikmjegfhpg
Descrição Learn the 19 Laws of UX every time you open a new tab
Tamanho do Arquivo 5.97 MB
Contagem de Instalações 225
Versão Atual 0.2
Última Atualização 2023-12-25
Data de Publicação 2019-08-27
Classificação 4.50/5 Total de 2 Avaliações
Desenvolvedor Daniel Pape
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}