Revolution New Tab

Replaces the default new tab page with a better one.

Cos'è Revolution New Tab?

Revolution New Tab è un'estensione di Chrome sviluppata da Revolution New Tab, e la sua funzione principale è "Replaces the default new tab page with a better one.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Revolution New Tab

Scarica i file di estensione Revolution New Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Revolution New Tab Revolution New Tab
ID nonfgobbbcffenfbkdgnafikbadicaan
URL Ufficiale https://chromewebstore.google.com/detail/revolution-new-tab/nonfgobbbcffenfbkdgnafikbadicaan
Descrizione Replaces the default new tab page with a better one.
Dimensione del File 896 KB
Conteggio Installazioni 150
Versione Corrente 1.12
Ultimo Aggiornamento 2017-11-27
Data di Pubblicazione 2017-11-27
Valutazione 4.88/5 Totale 8 Valutazioni
Sviluppatore Revolution New Tab
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}