Blank New Tab Page

Replaces the New Tab page with a blank one.

什麼是Blank New Tab Page?

Blank New Tab Page是由Nick Vogt開發的Chrome擴展程式,該擴展的主要功能是“Replaces the New Tab page with a blank one.”。

擴展截圖

screenshot

下載Blank New Tab Page擴展crx文件

下載Blank New Tab Page擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        For those that want a completely blank New Tab page without any content.

BOOKMARKS BAR
Normally, Chrome displays the Bookmarks Bar on the New Tab page if you have "Show Bookmarks Bar" set to off in Chrome Bookmarks Settings. This extension will not display a Bookmarks Bar and is completely empty. If you want a blank New Tab page that still retains the Bookmarks Bar, please install this extension instead:

https://chrome.google.com/webstore/detail/iebfiakfbpekhnkildaeeffdoolcbigi

PROBLEMS & FEEDBACK
If you experience any problems or errors with this extension, please use the 'Support' tab to submit a report and I'll work to get it fixed as quickly as I can.

CHANGELOG
1.0.5
- Added author to extension manifest.

1.0.4
- Updated icon.

1.0.3
- Added new icons.

1.0.2
- Verbiage changes.

1.0.1
- Verbiage changes.

1.0.0
- First stable release.                    

擴展基本資訊

名稱 Blank New Tab Page Blank New Tab Page
ID jonikckfpolfcdcgdficelkfffkloemh
官方網址 https://chrome.google.com/webstore/detail/blank-new-tab-page/jonikckfpolfcdcgdficelkfffkloemh
簡介 Replaces the New Tab page with a blank one.
檔案大小 5.41 KB
安裝次數 29,404
目前版本 1.0.5
更新時間 2014-11-26
上架時間 2014-11-26
評分 4.65/5 共 150 次評分
開發者 Nick Vogt
付費類型 free
擴展官網 http://www.h3xed.com/web-and-internet/how-to-get-a-blank-new-tab-page-in-chrome
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Blank New Tab Page",
    "short_name": "Blank New Tab",
    "version": "1.0.5",
    "minimum_chrome_version": "29",
    "description": "Replaces the New Tab page with a blank one.",
    "author": "Nick Vogt",
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "48": "48.png",
        "128": "128.png"
    },
    "chrome_url_overrides": {
        "newtab": "n.html"
    },
    "offline_enabled": true
}