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
官方網址 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"
            ]
        }
    ]
}