Your New Tab Page

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

Your New Tab Page là gì?

Your New Tab Page là một tiện ích mở rộng Chrome được phát triển bởi disregarding standards, và tính năng chính của nó là "Overrides the new tab page on Chrome with a more elegant and simple design.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Your New Tab Page

Tải xuống các tệp mở rộng Your New Tab Page dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Your New Tab Page Your New Tab Page
ID daeegpekhhgennllidlchmpaamfjhnfk
URL Chính Thức https://chromewebstore.google.com/detail/your-new-tab-page/daeegpekhhgennllidlchmpaamfjhnfk
Mô tả Overrides the new tab page on Chrome with a more elegant and simple design.
Kích Thước Tệp 160 KB
Số Lần Cài Đặt 10
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2014-01-25
Ngày Phát Hành 2014-01-25
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển disregarding standards
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/yvescourtois/your-new-tab-page
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}