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 |
| 电子邮箱 | [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'"
} | |