Colorful Motivation - New Tab Page

Replaces the new tab page with colorful motivation.

Qu'est-ce que Colorful Motivation - New Tab Page ?

Colorful Motivation - New Tab Page est une extension Chrome développée par joshspicer, et sa fonction principale est "Replaces the new tab page with colorful motivation.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Colorful Motivation - New Tab Page

Téléchargez les fichiers d'extension Colorful Motivation - New Tab Page 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 (boring) new tab page with (fun and colorful) motivation. 
Displays your current age as it slowly ticks up, and generates a background color based on that moment.  

Easy to edit your birthday, just click the date in the bottom-left!

Inspired by the idea put forth in Chrome extension "Motivation" by maccman.  

Open source on Github: https://github.com/joshspicer/colorful-motivation                    

Informations de Base sur l'Extension

Nom Colorful Motivation - New Tab Page Colorful Motivation - New Tab Page
ID mebfadffaiadgfhoieipinanpcmklhil
URL Officiel https://chromewebstore.google.com/detail/colorful-motivation-new-t/mebfadffaiadgfhoieipinanpcmklhil
Description Replaces the new tab page with colorful motivation.
Taille du Fichier 178 KB
Nombre d'Installations 160
Version Actuelle 0.31
Dernière Mise à Jour 2018-08-22
Date de Publication 2018-08-21
Évaluation 4.83/5 Total 6 Évaluations
Développeur joshspicer
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Colorful Motivation - New Tab Page",
    "version": "0.31",
    "author": "Josh Spicer",
    "description": "Replaces the new tab page with colorful motivation.",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "options_page": "options.html"
}