Motivational New Tab

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

Hvad er Motivational New Tab?

Motivational New Tab er en Chrome-udvidelse udviklet af https://singleclickapps.com, og dens hovedfunktion er "Replace the default new tab page with an inspirational HD wallpaper and a motivational quote.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download Motivational New Tab-udvidelses-CRX-fil

Download Motivational New Tab-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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).                    

Grundlæggende oplysninger om udvidelsen

Navn Motivational New Tab Motivational New Tab
ID colhedmdicjkpcamhdmhelahipgceneb
Officiel URL https://chromewebstore.google.com/detail/motivational-new-tab/colhedmdicjkpcamhdmhelahipgceneb
Beskrivelse Replace the default new tab page with an inspirational HD wallpaper and a motivational quote.
Filstørrelse 25.9 MB
Antal Installationer 862
Nuværende Version 2.1.0.0
Senest Opdateret 2017-12-21
Udgivelsesdato 2017-12-20
Bedømmelse 5.00/5 Samlet 7 Bedømmelser
Udvikler https://singleclickapps.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://singleclickapps.com/motivational-new-tab/
Hjælpeside-URL http://singleclickapps.com/motivational-new-tab/help.html
URL til Fortrolighedspolitik Side https://singleclickapps.com/privacy.html
Understøttede Sprog 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"
}