Clean 'New Tab' Page

Remove all Google branding, search box, and links from the New Tab page.

Clean 'New Tab' Pageとは何ですか?

Clean 'New Tab' Pageはpacemkrによって開発されたChromeの拡張機能で、その主な機能は「Remove all Google branding, search box, and links from the New Tab page.」です。

拡張機能のスクリーンショット

screenshot

Clean 'New Tab' Page拡張機能のCRXファイルをダウンロード

Clean 'New Tab' Page拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension has NO JAVASCRIPT.

The extension requires the "Access to data on www.google.com" permission solely because that is the only way to inject extra styles into the chrome://newtab page.

The full source code for this extension is available at https://github.com/pacemkr/clean-newtab-page-chrome-extension                    

拡張機能の基本情報

名前 Clean 'New Tab' Page Clean 'New Tab' Page
ID mnmkggimefekcebhjcapcipmnljbldal
公式URL https://chrome.google.com/webstore/detail/clean-new-tab-page/mnmkggimefekcebhjcapcipmnljbldal
説明 Remove all Google branding, search box, and links from the New Tab page.
ファイルサイズ 4.73 KB
インストール数 27
現在のバージョン 0.1.7
最終更新日 2013-11-24
公開日 2013-11-24
評価 2.00/5 合計 4 レビュー
開発者 pacemkr
支払い方法 free
拡張機能のウェブサイト https://github.com/pacemkr/clean-newtab-page-chrome-extension
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clean 'New Tab' Page",
    "description": "Remove all Google branding, search box, and links from the New Tab page.",
    "version": "0.1.7",
    "author": "Nikolay Zalutskiy ",
    "icons": {
        "128": "icon-128.png",
        "48": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/webhp"
            ],
            "css": [
                "clean.css"
            ]
        }
    ]
}