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"
    ]
}