New Tab - What have you made today?

Chrome small motivating extension for your new tabs.

O que é New Tab - What have you made today??

New Tab - What have you made today? é uma extensão do Chrome desenvolvida por Tim Holman, e sua principal característica é "Chrome small motivating extension for your new tabs.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão New Tab - What have you made today?

Baixe arquivos de extensão New Tab - What have you made today? 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

                        A fresh clean new tab screen, with a simple speed dial.                    

Informações Básicas da Extensão

Nome New Tab - What have you made today? New Tab - What have you made today?
ID pjifadilbibcjmmomhihbpggjamnpfim
URL Oficial https://chromewebstore.google.com/detail/new-tab-what-have-you-mad/pjifadilbibcjmmomhihbpggjamnpfim
Descrição Chrome small motivating extension for your new tabs.
Tamanho do Arquivo 178 KB
Contagem de Instalações 175
Versão Atual 1.0.5
Última Atualização 2017-12-11
Data de Publicação 2017-12-11
Classificação 4.67/5 Total de 3 Avaliações
Desenvolvedor Tim Holman
Tipo de Pagamento free
Site da Extensão https://github.com/tholman/what-have-you-made-today
URL da Página de Ajuda https://github.com/tholman/what-have-you-made-today
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "New Tab - What have you made today?",
    "description": "Chrome small motivating extension for your new tabs.",
    "short_name": "WHYMT - New Tab",
    "version": "1.0.5",
    "author": "Tim Holman",
    "homepage_url": "https:\/\/github.com\/tholman\/what-have-you-made-today",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "topSites",
        "storage"
    ],
    "applications": {
        "gecko": {
            "id": "@what-have-you-made-today",
            "strict_min_version": "54.0"
        }
    },
    "manifest_version": 2
}