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 |
| 公式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 |
| Eメール | [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'"
} | |