Motivational New Tab

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

Cos'è Motivational New Tab?

Motivational New Tab è un'estensione di Chrome sviluppata da https://singleclickapps.com, e la sua funzione principale è "Replace the default new tab page with an inspirational HD wallpaper and a motivational quote.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Motivational New Tab

Scarica i file di estensione Motivational New Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Motivational New Tab Motivational New Tab
ID colhedmdicjkpcamhdmhelahipgceneb
URL Ufficiale https://chromewebstore.google.com/detail/motivational-new-tab/colhedmdicjkpcamhdmhelahipgceneb
Descrizione Replace the default new tab page with an inspirational HD wallpaper and a motivational quote.
Dimensione del File 25.9 MB
Conteggio Installazioni 862
Versione Corrente 2.1.0.0
Ultimo Aggiornamento 2017-12-21
Data di Pubblicazione 2017-12-20
Valutazione 5.00/5 Totale 7 Valutazioni
Sviluppatore https://singleclickapps.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://singleclickapps.com/motivational-new-tab/
URL della Pagina di Aiuto http://singleclickapps.com/motivational-new-tab/help.html
URL della Pagina della Politica sulla Privacy https://singleclickapps.com/privacy.html
Lingue Supportate 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"
}