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.

What is UX Quotes: Quotes on User Experience Design?

UX Quotes: Quotes on User Experience Design is a Chrome extension developed by https://uxchoice.com, and its main feature is "Get inspired by beautiful minimal wallpapers and quotes on User Experience Design every time you open a new tab.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download UX Quotes: Quotes on User Experience Design Extension CRX File

Download UX Quotes: Quotes on User Experience Design extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name UX Quotes: Quotes on User Experience Design UX Quotes: Quotes on User Experience Design
ID jiemccbhkibcfkhhpejgaochbcgkoclh
Official URL https://chromewebstore.google.com/detail/ux-quotes-quotes-on-user/jiemccbhkibcfkhhpejgaochbcgkoclh
Description Get inspired by beautiful minimal wallpapers and quotes on User Experience Design every time you open a new tab.
File Size 127 KB
Installation Count 537
Current Version 1.13
Last Updated 2018-07-15
Publish Date 2018-07-15
Rating 4.00/5 Total 3 Ratings
Developer https://uxchoice.com
Email [email protected]
Payment Type free
Extension Website https://uxchoice.com/
Supported Languages 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'"
}