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