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是由https://uxchoice.com開發的Chrome擴展程式,該擴展的主要功能是“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擴展crx文件
下載UX Quotes: Quotes on User Experience Design擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
| 官方網址 | 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'"
} | |