Revolution New Tab

Replaces the default new tab page with a better one.

¿Qué es Revolution New Tab?

Revolution New Tab es una extensión de Chrome desarrollada por Revolution New Tab, y su función principal es "Replaces the default new tab page with a better one.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Revolution New Tab

Descarga archivos de extensión Revolution New Tab 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

                        Replaces the default new tab page with a more customisable one. Change links, icons,  colours, background images and widgets.


CHANGELOG

Version 1.01
	- Improved load times from ~350ms to ~150ms
	- Fixed occasional on-off switch rendering bugs
	- Empty icons on default page are now hidden
	- Removed some animations to improve performance

Version 1.1
	- Added option for transparent icons
	- Flatter design
	- Removed weather funtionality until a more reliable alternative is available
	- Replaced weather funtionality with time and date, once weather is re-added, will add a toggle
	- Added stopwatch (can be switched with time and date)

Version 1.11
	- Switched from incrementing timing to delta timing to make it more reliable

Version 1.12
        - Minor style changes                    

Información Básica de la Extensión

Nombre Revolution New Tab Revolution New Tab
ID nonfgobbbcffenfbkdgnafikbadicaan
URL Oficial https://chromewebstore.google.com/detail/revolution-new-tab/nonfgobbbcffenfbkdgnafikbadicaan
Descripción Replaces the default new tab page with a better one.
Tamaño del Archivo 896 KB
Cantidad de Instalaciones 150
Versión Actual 1.12
Última Actualización 2017-11-27
Fecha de Publicación 2017-11-27
Calificación 4.88/5 Total de 8 Calificaciones
Desarrollador Revolution New Tab
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Revolution New Tab",
    "description": "Replaces the default new tab page with a better one.",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "version": "1.12",
    "permissions": [
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": "css\/img\/icon16.png",
        "32": "css\/img\/icon32.png",
        "48": "css\/img\/icon48.png"
    }
}