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 |
官方URL | 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" } } |