Root

A better 'new tab' for Chrome

What is Root?

Root is a Chrome extension developed by hjort-e, and its main feature is "A better 'new tab' for Chrome".

Extension Screenshots

screenshot
screenshot

Download Root Extension CRX File

Download Root 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

                        Root replaces the standard chrome newtab page with a material design inspired interface.
If you have any feature ideas, don't hesitate to submit them!                    

Extension Basic Information

Name Root Root
ID ddfhhioalecmekdjkaoibapflfodijko
Official URL https://chrome.google.com/webstore/detail/ddfhhioalecmekdjkaoibapflfodijko
Description A better 'new tab' for Chrome
File Size 1.28 MB
Installation Count 15
Current Version 2.0
Last Updated 2017-10-26
Publish Date 2017-10-26
Rating 5.00/5 Total 3 Ratings
Developer hjort-e
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Root",
    "description": "A better 'new tab' for Chrome",
    "version": "2.0.0",
    "version_name": "2.0",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "icons": {
        "32": "Root-32.png",
        "64": "Root-64.png",
        "128": "Root-128.png",
        "256": "Root-256.png"
    },
    "chrome_url_overrides": {
        "newtab": "app.html"
    },
    "permissions": [
        "bookmarks",
        "chrome:\/\/favicon\/",
        "storage",
        "system.cpu",
        "system.memory",
        "topSites",
        "downloads"
    ]
}