New Tab Master

Bring back that good old new-tab page.

What is New Tab Master?

New Tab Master is a Chrome extension developed by http://www.awesomescreenshot.com, and its main feature is "Bring back that good old new-tab page.".

Extension Screenshots

screenshot

Download New Tab Master Extension CRX File

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

                        Do you find yourself missing that new-tab page you used to know? New Tab Master is for you! Bring the new-tab page back to the golden era.                    

Extension Basic Information

Name New Tab Master New Tab Master
ID elakecjpobmhiaamblgceonblfimnpnl
Official URL https://chrome.google.com/webstore/detail/new-tab-master/elakecjpobmhiaamblgceonblfimnpnl
Description Bring back that good old new-tab page.
File Size 95.69 KB
Installation Count 1,000
Current Version 0.1.6
Last Updated 2014-05-26
Publish Date 2014-05-26
Rating 3.90/5 Total 20 Ratings
Developer http://www.awesomescreenshot.com
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "New Tab Master",
    "short_name": "NewTabMaster",
    "version": "0.1.6",
    "description": "Bring back that good old new-tab page.",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "author": "Zeal Mayfield",
    "background": {
        "page": "bg\/bg.html",
        "persistent": true
    },
    "chrome_url_overrides": {
        "newtab": "override\/override.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "inject\/inject.css"
            ],
            "js": [
                "inject\/inject.js"
            ]
        }
    ],
    "offline_enabled": true,
    "permissions": [
        "",
        "chrome:\/\/favicon\/*",
        "background",
        "tabs",
        "topSites",
        "management",
        "bookmarks",
        "storage",
        "unlimitedStorage",
        "webNavigation",
        "history",
        "geolocation"
    ]
}