Principles of UX Quiz
Learn the 19 Laws of UX every time you open a new tab
Vad är Principles of UX Quiz?
Principles of UX Quiz är en Chrome-tillägg utvecklad av Daniel Pape, och dess huvudfunktion är "Learn the 19 Laws of UX every time you open a new tab".
Tilläggsskärmbilder
Ladda ner Principles of UX Quiz-förlängningens CRX-fil
Ladda ner Principles of UX Quiz-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Confidently drop the laws of UX into your design reviews by learning every time you open a new tab. Grundläggande Information om Tillägg
| Namn | |
| ID | kbkfgplenomppkcoakbcdbikmjegfhpg |
| Officiell webbadress | https://chromewebstore.google.com/detail/principles-of-ux-quiz/kbkfgplenomppkcoakbcdbikmjegfhpg |
| Beskrivning | Learn the 19 Laws of UX every time you open a new tab |
| Filstorlek | 5.97 MB |
| Antal Installationer | 225 |
| Aktuell Version | 0.2 |
| Senast Uppdaterad | 2023-12-25 |
| Publiceringsdatum | 2019-08-27 |
| Betyg | 4.50/5 Totalt 2 Betyg |
| Utvecklare | Daniel Pape |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |