Principles of UX Quiz

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

Apa itu Principles of UX Quiz?

Principles of UX Quiz adalah ekstensi Chrome yang dikembangkan oleh Daniel Pape, dan fitur utamanya adalah "Learn the 19 Laws of UX every time you open a new tab".

Screenshot Ekstensi

Unduh Berkas CRX Ekstensi Principles of UX Quiz

Unduh file ekstensi Principles of UX Quiz 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

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

Informasi Dasar Ekstensi

Nama Principles of UX Quiz Principles of UX Quiz
ID kbkfgplenomppkcoakbcdbikmjegfhpg
URL Resmi https://chromewebstore.google.com/detail/principles-of-ux-quiz/kbkfgplenomppkcoakbcdbikmjegfhpg
Deskripsi Learn the 19 Laws of UX every time you open a new tab
Ukuran File 5.97 MB
Jumlah Instalasi 225
Versi Saat Ini 0.2
Terakhir Diperbarui 2023-12-25
Tanggal Publikasi 2019-08-27
Penilaian 4.50/5 Total 2 Penilaian
Pengembang Daniel Pape
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}