Motivational New Tab

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

Qu'est-ce que Motivational New Tab ?

Motivational New Tab est une extension Chrome développée par https://singleclickapps.com, et sa fonction principale est "Replace the default new tab page with an inspirational HD wallpaper and a motivational quote.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Motivational New Tab

Téléchargez les fichiers d'extension Motivational New Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Motivational New Tab Motivational New Tab
ID colhedmdicjkpcamhdmhelahipgceneb
URL Officiel https://chromewebstore.google.com/detail/motivational-new-tab/colhedmdicjkpcamhdmhelahipgceneb
Description Replace the default new tab page with an inspirational HD wallpaper and a motivational quote.
Taille du Fichier 25.9 MB
Nombre d'Installations 862
Version Actuelle 2.1.0.0
Dernière Mise à Jour 2017-12-21
Date de Publication 2017-12-20
Évaluation 5.00/5 Total 7 Évaluations
Développeur https://singleclickapps.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://singleclickapps.com/motivational-new-tab/
URL de la Page d'Aide http://singleclickapps.com/motivational-new-tab/help.html
URL de la Page de Politique de Confidentialité https://singleclickapps.com/privacy.html
Langues Prises en Charge 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"
}