Colorful Motivation - New Tab Page

Replaces the new tab page with colorful motivation.

Wat is Colorful Motivation - New Tab Page?

Colorful Motivation - New Tab Page is een Chrome-extensie ontwikkeld door joshspicer, en de belangrijkste functie is "Replaces the new tab page with colorful motivation.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Colorful Motivation - New Tab Page

Download Colorful Motivation - New Tab Page-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Colorful Motivation - New Tab Page Colorful Motivation - New Tab Page
ID mebfadffaiadgfhoieipinanpcmklhil
Officiële URL https://chromewebstore.google.com/detail/colorful-motivation-new-t/mebfadffaiadgfhoieipinanpcmklhil
Beschrijving Replaces the new tab page with colorful motivation.
Bestandsgrootte 178 KB
Aantal Installaties 160
Huidige Versie 0.31
Laatst Bijgewerkt 2018-08-22
Publicatiedatum 2018-08-21
Beoordeling 4.83/5 Totaal 6 Beoordelingen
Ontwikkelaar joshspicer
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
}