Melania Trump Motivational Quotes

Inspirational quotes from Melania Trump in every new tab

What is Melania Trump Motivational Quotes?

Melania Trump Motivational Quotes is a Chrome extension developed by Conor, and its main feature is "Inspirational quotes from Melania Trump in every new tab".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Melania Trump Motivational Quotes Extension CRX File

Download Melania Trump Motivational Quotes 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

                        This extension will display Melania Trump's most inspirational quotes whenever you open a new tab. 

Will be updating with further quotes.

If you would like any quotes included, tweet them @theconorbrowne 
Please include #MelaniaTrump in your tweet.                    

Extension Basic Information

Name Melania Trump Motivational Quotes Melania Trump Motivational Quotes
ID aoapgaaejpjbgcebblfbcjgmeacfiijk
Official URL https://chromewebstore.google.com/detail/melania-trump-motivationa/aoapgaaejpjbgcebblfbcjgmeacfiijk
Description Inspirational quotes from Melania Trump in every new tab
File Size 150 KB
Installation Count 10
Current Version 1.0
Last Updated 2016-07-20
Publish Date 2016-07-19
Rating 2.33/5 Total 3 Ratings
Developer Conor
Payment Type free
Extension Website http://www.twitter.com/theconorbrowne
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Melania Trump Motivational Quotes",
    "description": "Inspirational quotes from Melania Trump in every new tab",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "js\/vendor\/angular.min.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "js\/vendor\/jquery.min.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "chrome_url_overrides": {
        "newtab": "tab.html"
    }
}