Colorful Motivation - New Tab Page

Replaces the new tab page with colorful motivation.

Cos'è Colorful Motivation - New Tab Page?

Colorful Motivation - New Tab Page è un'estensione di Chrome sviluppata da joshspicer, e la sua funzione principale è "Replaces the new tab page with colorful motivation.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Colorful Motivation - New Tab Page

Scarica i file di estensione Colorful Motivation - New Tab Page 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 (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                    

Informazioni di Base sull'Estensione

Nome Colorful Motivation - New Tab Page Colorful Motivation - New Tab Page
ID mebfadffaiadgfhoieipinanpcmklhil
URL Ufficiale https://chromewebstore.google.com/detail/colorful-motivation-new-t/mebfadffaiadgfhoieipinanpcmklhil
Descrizione Replaces the new tab page with colorful motivation.
Dimensione del File 178 KB
Conteggio Installazioni 160
Versione Corrente 0.31
Ultimo Aggiornamento 2018-08-22
Data di Pubblicazione 2018-08-21
Valutazione 4.83/5 Totale 6 Valutazioni
Sviluppatore joshspicer
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
}