New Tab Master

Bring back that good old new-tab page.

什么是New Tab Master?

New Tab Master是由http://www.awesomescreenshot.com开发的Chrome扩展程序,该扩展的主要功能是“Bring back that good old new-tab page.”。

扩展截图

screenshot

下载New Tab Master扩展crx文件

下载New Tab Master扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 New Tab Master New Tab Master
ID elakecjpobmhiaamblgceonblfimnpnl
官方URL https://chrome.google.com/webstore/detail/new-tab-master/elakecjpobmhiaamblgceonblfimnpnl
简介 Bring back that good old new-tab page.
文件大小 95.69 KB
安装次数 1,000
当前版本 0.1.6
更新时间 2014-05-26
上架时间 2014-05-26
评分 3.90/5 共20次评分
开发者 http://www.awesomescreenshot.com
付费类型 free
支持的语言 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"
    ]
}