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"
        ]
    }
}