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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
}
} | |