newton

Replaces your new tab with a minimal page, consisting of a clock and one of over 800 beautiful backgrounds!

O que é newton?

newton é uma extensão do Chrome desenvolvida por kingscott, e sua principal característica é "Replaces your new tab with a minimal page, consisting of a clock and one of over 800 beautiful backgrounds!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão newton

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

                        newton is a new tab replacement tool. Based on minimalism, it will provide your new tab with a simple clock and a lovely background. The backgrounds are random and one of over 800 will be chosen. 

The extension is small and lightweight fulfilling all your needs in a new tab. 

For the more technically inclined, this code will be available free on GitHub. It is built using React.js and Babel. Learn more...

http://github.com/kingscott/newton                    

Informações Básicas da Extensão

Nome newton newton
ID ogkmipmkbppmcmdgeomnhlbgijbijjpi
URL Oficial https://chromewebstore.google.com/detail/newton/ogkmipmkbppmcmdgeomnhlbgijbijjpi
Descrição Replaces your new tab with a minimal page, consisting of a clock and one of over 800 beautiful backgrounds!
Tamanho do Arquivo 79.43 KB
Contagem de Instalações 150
Versão Atual 0.5.8
Última Atualização 2015-09-25
Data de Publicação 2015-09-24
Classificação 4.44/5 Total de 16 Avaliações
Desenvolvedor kingscott
Tipo de Pagamento free
Site da Extensão http://github.com/kingscott/newton
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "chrome_url_overrides": {
        "newtab": "project\/index.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "description": "Replaces your new tab with a minimal page, consisting of a clock and one of over 800 beautiful backgrounds!",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "manifest_version": 2,
    "name": "newton",
    "version": "0.5.8"
}