Dark Motivation

Replace the new tab page with Dark Motivation

O que é Dark Motivation?

Dark Motivation é uma extensão do Chrome desenvolvida por calebboyd, e sua principal característica é "Replace the new tab page with Dark Motivation".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Dark Motivation

Baixe arquivos de extensão Dark Motivation 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

                        Displays your age counting up in a new tab with a dark background.

Based on the popular light variant: "Motivation"                    

Informações Básicas da Extensão

Nome Dark Motivation Dark Motivation
ID dagpoeofiamcohplgpomgfmmhdlffidd
URL Oficial https://chrome.google.com/webstore/detail/dark-motivation/dagpoeofiamcohplgpomgfmmhdlffidd
Descrição Replace the new tab page with Dark Motivation
Tamanho do Arquivo 96.48 KB
Contagem de Instalações 1,391
Versão Atual 1.0
Última Atualização 2018-03-10
Data de Publicação 2018-03-09
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor calebboyd
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "motivation.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "dashboard.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "description": "Replace the new tab page with Dark Motivation",
    "manifest_version": 2,
    "name": "Dark Motivation",
    "offline_enabled": true,
    "version": "1.0"
}