Motivational New Tab

Replace the default new tab page with an inspirational HD wallpaper and a motivational quote.

Was ist Motivational New Tab?

Motivational New Tab ist eine Chrome-Erweiterung, die von https://singleclickapps.com entwickelt wurde, und ihr Hauptmerkmal ist "Replace the default new tab page with an inspirational HD wallpaper and a motivational quote.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Motivational New Tab-Erweiterungs-CRX-Datei herunterladen

Laden Sie Motivational New Tab-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

                        Replace the default new tab page with an inspirational picture and a motivational quote.

Every time you open up a new tab you'll see a new, randomly selected quote and wallpaper. 

Reload the new tab page to get another motivational quote and picture. 

Motivational New Tab comes with quick links to your most visited sites, bookmarks, browsing history and installed Chrome apps (you can turn-off the links from the options page).                    

Grundlegende Informationen zur Erweiterung

Name Motivational New Tab Motivational New Tab
ID colhedmdicjkpcamhdmhelahipgceneb
Offizielle URL https://chromewebstore.google.com/detail/motivational-new-tab/colhedmdicjkpcamhdmhelahipgceneb
Beschreibung Replace the default new tab page with an inspirational HD wallpaper and a motivational quote.
Dateigröße 25.9 MB
Installationsanzahl 862
Aktuelle Version 2.1.0.0
Letztes Update 2017-12-21
Veröffentlichungsdatum 2017-12-20
Bewertung 5.00/5 Insgesamt 7 Bewertungen
Entwickler https://singleclickapps.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://singleclickapps.com/motivational-new-tab/
Hilfeseite URL http://singleclickapps.com/motivational-new-tab/help.html
URL der Datenschutzrichtlinien-Seite https://singleclickapps.com/privacy.html
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Motivational New Tab",
    "version": "2.1.0.0",
    "manifest_version": 2,
    "homepage_url": "http:\/\/singleclickapps.com\/motivational-new-tab",
    "description": "Replace the default new tab page with an inspirational HD wallpaper and a motivational quote.",
    "icons": {
        "16": "24.png",
        "48": "48.png",
        "128": "128.png"
    },
    "permissions": [
        "topSites"
    ],
    "chrome_url_overrides": {
        "newtab": "new-tab.html"
    },
    "offline_enabled": true,
    "browser_action": {
        "default_icon": "24.png",
        "default_title": "New Tab"
    },
    "incognito": "split",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "settings.html"
}