UX Principles

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

Apa itu UX Principles?

UX Principles adalah ekstensi Chrome yang dikembangkan oleh https://brainytab.com, dan fitur utamanya adalah "A UX principle explained every time you open a new tab.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi UX Principles

Unduh file ekstensi UX Principles dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama UX Principles UX Principles
ID lkocmoifkaklbogeeldjgbhengeokgki
URL Resmi https://chromewebstore.google.com/detail/ux-principles/lkocmoifkaklbogeeldjgbhengeokgki
Deskripsi A UX principle explained every time you open a new tab.
Ukuran File 30.91 KB
Jumlah Instalasi 3,691
Versi Saat Ini 1.1.0
Terakhir Diperbarui 2022-10-13
Tanggal Publikasi 2020-03-05
Penilaian 4.89/5 Total 9 Penilaian
Pengembang https://brainytab.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://brainytab.com/more-extensions/
URL Halaman Bantuan https://brainytab.com/contact-us/
URL Halaman Kebijakan Privasi https://brainytab.com/privacy-policy
Bahasa yang Didukung 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"
}