Pure Newtab

A newtab with a pure customizable background.

O que é Pure Newtab?

Pure Newtab é uma extensão do Chrome desenvolvida por 钢盅郭子, e sua principal característica é "A newtab with a pure customizable background.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Pure Newtab

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

                        纯新标签页,只有一个可自定义背景的新标签页。

Update 1.1
==========
Reconstruction
Internationalization: EN, zh-CN, zh-TW

Fork me on Github!
https://github.com/WhaleWatching/pure-newtab

License under GPLv2 
By Edward Cheng                    

Informações Básicas da Extensão

Nome Pure Newtab Pure Newtab
ID nedmebappfidkelfchchmppemdhbblph
URL Oficial https://chromewebstore.google.com/detail/pure-newtab/nedmebappfidkelfchchmppemdhbblph
Descrição A newtab with a pure customizable background.
Tamanho do Arquivo 48.84 KB
Contagem de Instalações 226
Versão Atual 1.1
Última Atualização 2014-03-18
Data de Publicação 2014-03-17
Classificação 4.92/5 Total de 12 Avaliações
Desenvolvedor 钢盅郭子
Tipo de Pagamento free
Site da Extensão https://github.com/WhaleWatching/pure-newtab
URL da Página de Ajuda https://github.com/WhaleWatching/pure-newtab
Idiomas Suportados en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pure Newtab",
    "version": "1.1",
    "manifest_version": 2,
    "description": "A newtab with a pure customizable background.",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "ftp:\/\/*\/*"
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "default_locale": "en"
}