Melania Trump Motivational Quotes

Inspirational quotes from Melania Trump in every new tab

Was ist Melania Trump Motivational Quotes?

Melania Trump Motivational Quotes ist eine Chrome-Erweiterung, die von Conor entwickelt wurde, und ihr Hauptmerkmal ist "Inspirational quotes from Melania Trump in every new tab".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Melania Trump Motivational Quotes-Erweiterungs-CRX-Datei herunterladen

Laden Sie Melania Trump Motivational Quotes-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Melania Trump Motivational Quotes Melania Trump Motivational Quotes
ID aoapgaaejpjbgcebblfbcjgmeacfiijk
Offizielle URL https://chromewebstore.google.com/detail/melania-trump-motivationa/aoapgaaejpjbgcebblfbcjgmeacfiijk
Beschreibung Inspirational quotes from Melania Trump in every new tab
Dateigröße 150 KB
Installationsanzahl 10
Aktuelle Version 1.0
Letztes Update 2016-07-20
Veröffentlichungsdatum 2016-07-19
Bewertung 2.33/5 Insgesamt 3 Bewertungen
Entwickler Conor
Zahlungsart free
Erweiterungswebsite http://www.twitter.com/theconorbrowne
Unterstützte Sprachen 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"
    }
}