UX Principles

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

UX Principlesคืออะไร?

UX Principles เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://brainytab.com และคุณลักษณะหลักของมันคือ "A UX principle explained every time you open a new tab."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย UX Principles

ดาวน์โหลดไฟล์ส่วนขยาย UX Principles ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ UX Principles UX Principles
ID lkocmoifkaklbogeeldjgbhengeokgki
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ux-principles/lkocmoifkaklbogeeldjgbhengeokgki
คำอธิบาย A UX principle explained every time you open a new tab.
ขนาดไฟล์ 30.91 KB
จำนวนการติดตั้ง 3,691
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2022-10-13
วันที่เผยแพร่ 2020-03-05
คะแนน 4.89/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา https://brainytab.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://brainytab.com/more-extensions/
URL หน้าช่วยเหลือ https://brainytab.com/contact-us/
URL หน้านโยบายความเป็นส่วนตัว https://brainytab.com/privacy-policy
ภาษาที่รองรับ 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"
}