newton

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

¿Qué es newton?

newton es una extensión de Chrome desarrollada por kingscott, y su función principal es "Replaces your new tab with a minimal page, consisting of a clock and one of over 800 beautiful backgrounds!".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión newton

Descarga archivos de extensión newton 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

                        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                    

Información Básica de la Extensión

Nombre newton newton
ID ogkmipmkbppmcmdgeomnhlbgijbijjpi
URL Oficial https://chromewebstore.google.com/detail/newton/ogkmipmkbppmcmdgeomnhlbgijbijjpi
Descripción Replaces your new tab with a minimal page, consisting of a clock and one of over 800 beautiful backgrounds!
Tamaño del Archivo 79.43 KB
Cantidad de Instalaciones 150
Versión Actual 0.5.8
Última Actualización 2015-09-25
Fecha de Publicación 2015-09-24
Calificación 4.44/5 Total de 16 Calificaciones
Desarrollador kingscott
Tipo de Pago free
Sitio Web de la Extensión http://github.com/kingscott/newton
Idiomas Soportados 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"
}