New Tab Metro

A Metro styled new tab page

What is New Tab Metro?

New Tab Metro is a Chrome extension developed by Daniel Grimm, and its main feature is "A Metro styled new tab page".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download New Tab Metro Extension CRX File

Download New Tab Metro 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

                        • displays your bookmark bar on a metro styled new tab page.

• easy adding of new tiles, by just creating a new bookmark with chromes bookmark button.

• open up the sidebar with a right click
    • open recent closed tabs   
    • personalize your new tab page

• edit your bookmarks and folders with a right click                    

Extension Basic Information

Name New Tab Metro New Tab Metro
ID jffahhmaajjplmpgfpeihhifecgcocmk
Official URL https://chromewebstore.google.com/detail/new-tab-metro/jffahhmaajjplmpgfpeihhifecgcocmk
Description A Metro styled new tab page
File Size 663 KB
Installation Count 1,252
Current Version 0.271
Last Updated 2012-09-10
Publish Date 2012-09-10
Rating 3.25/5 Total 56 Ratings
Developer Daniel Grimm
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "New Tab Metro",
    "version": "0.271",
    "description": "A Metro styled new tab page",
    "icons": {
        "48": "logo_48.png"
    },
    "permissions": [
        "bookmarks",
        "tabs",
        "management",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    }
}