Principles of UX Quiz
Learn the 19 Laws of UX every time you open a new tab
什麼是Principles of UX Quiz?
Principles of UX Quiz是由Daniel Pape開發的Chrome擴展程式,該擴展的主要功能是“Learn the 19 Laws of UX every time you open a new tab”。
擴展截圖
下載Principles of UX Quiz擴展crx文件
下載Principles of UX Quiz擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Confidently drop the laws of UX into your design reviews by learning every time you open a new tab.
擴展基本資訊
名稱 | Principles of UX Quiz |
ID | kbkfgplenomppkcoakbcdbikmjegfhpg |
官方網址 | https://chromewebstore.google.com/detail/principles-of-ux-quiz/kbkfgplenomppkcoakbcdbikmjegfhpg |
簡介 | Learn the 19 Laws of UX every time you open a new tab |
檔案大小 | 5.97 MB |
安裝次數 | 225 |
目前版本 | 0.2 |
更新時間 | 2023-12-25 |
上架時間 | 2019-08-27 |
評分 | 4.50/5 共 2 次評分 |
開發者 | Daniel Pape |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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" } } |