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.
ما هو UX Quotes: Quotes on User Experience Design؟
UX Quotes: Quotes on User Experience Design هو إضافة Chrome تم تطويرها بواسطة https://uxchoice.com، والميزة الرئيسية لها هي "Get inspired by beautiful minimal wallpapers and quotes on User Experience Design every time you open a new tab.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة UX Quotes: Quotes on User Experience Design
قم بتنزيل ملفات الامتداد UX Quotes: Quotes on User Experience Design بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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. معلومات أساسية عن التمديد
| الاسم | |
| ID | jiemccbhkibcfkhhpejgaochbcgkoclh |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/ux-quotes-quotes-on-user/jiemccbhkibcfkhhpejgaochbcgkoclh |
| الوصف | Get inspired by beautiful minimal wallpapers and quotes on User Experience Design every time you open a new tab. |
| حجم الملف | 127 KB |
| عدد التثبيتات | 537 |
| النسخة الحالية | 1.13 |
| آخر تحديث | 2018-07-15 |
| تاريخ النشر | 2018-07-15 |
| تقييم | 4.00/5 مجموع تقييمات 3 |
| المطور | https://uxchoice.com |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://uxchoice.com/ |
| اللغات المدعومة | 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'"
} | |