Colorful Motivation - New Tab Page

Replaces the new tab page with colorful motivation.

O que é Colorful Motivation - New Tab Page?

Colorful Motivation - New Tab Page é uma extensão do Chrome desenvolvida por joshspicer, e sua principal característica é "Replaces the new tab page with colorful motivation.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Colorful Motivation - New Tab Page

Baixe arquivos de extensão Colorful Motivation - New Tab Page no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Colorful Motivation - New Tab Page Colorful Motivation - New Tab Page
ID mebfadffaiadgfhoieipinanpcmklhil
URL Oficial https://chromewebstore.google.com/detail/colorful-motivation-new-t/mebfadffaiadgfhoieipinanpcmklhil
Descrição Replaces the new tab page with colorful motivation.
Tamanho do Arquivo 178 KB
Contagem de Instalações 160
Versão Atual 0.31
Última Atualização 2018-08-22
Data de Publicação 2018-08-21
Classificação 4.83/5 Total de 6 Avaliações
Desenvolvedor joshspicer
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
}