Your New Tab Page

Overrides the new tab page on Chrome with a more elegant and simple design.

什麼是Your New Tab Page?

Your New Tab Page是由disregarding standards開發的Chrome擴展程式,該擴展的主要功能是“Overrides the new tab page on Chrome with a more elegant and simple design.”。

擴展截圖

screenshot
screenshot
screenshot

下載Your New Tab Page擴展crx文件

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

擴展使用說明

                        Allows you to customize your new tab page by adding whatever links you want, and not be stuck with the default 8.

You are now able to customize the font and background color.
Under "Settings", enter colors in hex (#FFFFFF is white) notation.

Uses:
- Place new links to your favorite websites
- Keep track of your packages by adding a link
- Have more, or less, than just 8 links.


Todo:
- Ability to sort the links
- Provide weather information
- Add a to-do list                    

擴展基本資訊

名稱 Your New Tab Page Your New Tab Page
ID daeegpekhhgennllidlchmpaamfjhnfk
官方網址 https://chromewebstore.google.com/detail/your-new-tab-page/daeegpekhhgennllidlchmpaamfjhnfk
簡介 Overrides the new tab page on Chrome with a more elegant and simple design.
檔案大小 160 KB
安裝次數 10
目前版本 1.4
更新時間 2014-01-25
上架時間 2014-01-25
評分 5.00/5 共 1 次評分
開發者 disregarding standards
付費類型 free
擴展官網 https://github.com/yvescourtois/your-new-tab-page
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Your New Tab Page",
    "description": "Overrides the new tab page on Chrome with a more elegant and simple design.",
    "version": "1.4",
    "manifest_version": 2,
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "topSites",
        "http:\/\/query.yahooapis.com\/"
    ],
    "icons": {
        "128": "icon_128.png",
        "48": "icon_48.png",
        "16": "blank.gif"
    },
    "background": {
        "scripts": [
            "includes\/jquery-1.10.2.min.js",
            "includes\/bootstrap.min.js",
            "includes\/events.js",
            "includes\/ready.js"
        ]
    }
}