Motivate

Displays motivation quotes on the new tab page

Was ist Motivate?

Motivate ist eine Chrome-Erweiterung, die von https://sridattalabs.com entwickelt wurde, und ihr Hauptmerkmal ist "Displays motivation quotes on the new tab page".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Motivate-Erweiterungs-CRX-Datei herunterladen

Laden Sie Motivate-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

                        You see your new tab page more often than any other site on the Internet. Motivate transforms your new tab page into a source of motivation, with inspiring quotes and beautiful landscapes.                    

Grundlegende Informationen zur Erweiterung

Name Motivate Motivate
ID fikbnglopgmdoobfkallgioahbeddajc
Offizielle URL https://chromewebstore.google.com/detail/motivate/fikbnglopgmdoobfkallgioahbeddajc
Beschreibung Displays motivation quotes on the new tab page
Dateigröße 10.26 MB
Installationsanzahl 1,810
Aktuelle Version 0.5
Letztes Update 2013-12-18
Veröffentlichungsdatum 2013-12-18
Bewertung 4.47/5 Insgesamt 53 Bewertungen
Entwickler https://sridattalabs.com
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Motivate",
    "version": "0.5",
    "manifest_version": 2,
    "description": "Displays motivation quotes on the new tab page",
    "minimum_chrome_version": "20.0.1132.47",
    "chrome_url_overrides": {
        "newtab": "page.html"
    },
    "icons": {
        "16": "img\/icons\/quote_square_16.png",
        "48": "img\/icons\/quote_square_48.png",
        "128": "img\/icons\/quote_square_128.png"
    }
}