Pure Newtab

A newtab with a pure customizable background.

¿Qué es Pure Newtab?

Pure Newtab es una extensión de Chrome desarrollada por 钢盅郭子, y su función principal es "A newtab with a pure customizable background.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Pure Newtab

Descarga archivos de extensión Pure Newtab en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

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                    

Información Básica de la Extensión

Nombre Pure Newtab Pure Newtab
ID nedmebappfidkelfchchmppemdhbblph
URL Oficial https://chromewebstore.google.com/detail/pure-newtab/nedmebappfidkelfchchmppemdhbblph
Descripción A newtab with a pure customizable background.
Tamaño del Archivo 48.84 KB
Cantidad de Instalaciones 226
Versión Actual 1.1
Última Actualización 2014-03-18
Fecha de Publicación 2014-03-17
Calificación 4.92/5 Total de 12 Calificaciones
Desarrollador 钢盅郭子
Tipo de Pago free
Sitio Web de la Extensión https://github.com/WhaleWatching/pure-newtab
URL de la Página de Ayuda https://github.com/WhaleWatching/pure-newtab
Idiomas Soportados 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"
}