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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย disregarding standards และคุณลักษณะหลักของมันคือ "Overrides the new tab page on Chrome with a more elegant and simple design."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Your New Tab Page

ดาวน์โหลดไฟล์ส่วนขยาย 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"
        ]
    }
}