UX Quotes: Quotes on User Experience Design
Get inspired by beautiful minimal wallpapers and quotes on User Experience Design every time you open a new tab.
Vad är UX Quotes: Quotes on User Experience Design?
UX Quotes: Quotes on User Experience Design är en Chrome-tillägg utvecklad av https://uxchoice.com, och dess huvudfunktion är "Get inspired by beautiful minimal wallpapers and quotes on User Experience Design every time you open a new tab.".
Tilläggsskärmbilder
Ladda ner UX Quotes: Quotes on User Experience Design-förlängningens CRX-fil
Ladda ner UX Quotes: Quotes on User Experience Design-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
Get Inspired by hundreds of beautiful wallpapers and quotes on User Experience Design every time you open a new tab.
Features:
★ Get inspired by best quotes on UX design every time you open a new tab.
★ Replace your new tab page with minimal, beautiful and inspiring wallpapers.
★ Tweet your favourite quote directly from the tab.
★ See the current weather and forecast.
★ Option to choose from variety of themes like - Minimal, Photography or Dark theme. Grundläggande Information om Tillägg
| Namn | |
| ID | jiemccbhkibcfkhhpejgaochbcgkoclh |
| Officiell webbadress | https://chromewebstore.google.com/detail/ux-quotes-quotes-on-user/jiemccbhkibcfkhhpejgaochbcgkoclh |
| Beskrivning | Get inspired by beautiful minimal wallpapers and quotes on User Experience Design every time you open a new tab. |
| Filstorlek | 127 KB |
| Antal Installationer | 537 |
| Aktuell Version | 1.13 |
| Senast Uppdaterad | 2018-07-15 |
| Publiceringsdatum | 2018-07-15 |
| Betyg | 4.00/5 Totalt 3 Betyg |
| Utvecklare | https://uxchoice.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://uxchoice.com/ |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "UX Quotes: Quotes on User Experience Design",
"short_name": "UX Quotes",
"description": "Get inspired by beautiful minimal wallpapers and quotes on User Experience Design every time you open a new tab.",
"author": "UX Choice",
"homepage_url": "https:\/\/uxchoice.com\/ux-quotes",
"version": "1.13",
"icons": {
"128": "img\/icon-128.png",
"48": "img\/icon-48.png",
"16": "img\/icon-16.png"
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"browser_action": {
"default_popup": "popup.html"
},
"permissions": [
"geolocation"
],
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
} | |