Revolution New Tab

Replaces the default new tab page with a better one.

What is Revolution New Tab?

Revolution New Tab is a Chrome extension developed by Revolution New Tab, and its main feature is "Replaces the default new tab page with a better one.".

Extension Screenshots

screenshot
screenshot

Download Revolution New Tab Extension CRX File

Download Revolution New Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Revolution New Tab Revolution New Tab
ID nonfgobbbcffenfbkdgnafikbadicaan
Official URL https://chromewebstore.google.com/detail/revolution-new-tab/nonfgobbbcffenfbkdgnafikbadicaan
Description Replaces the default new tab page with a better one.
File Size 896 KB
Installation Count 150
Current Version 1.12
Last Updated 2017-11-27
Publish Date 2017-11-27
Rating 4.88/5 Total 8 Ratings
Developer Revolution New Tab
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}