My New Tab

Create your own personalized New Tab page using a custom URL or simply a plain color.

My New Tabคืออะไร?

My New Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dominic Lacaille และคุณลักษณะหลักของมันคือ "Create your own personalized New Tab page using a custom URL or simply a plain color."

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย My New Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Create your own personalized New Tab page using a custom URL or simply a plain color.

Make use of the boring New Tab page by customizing it to your liking. Display any web page when a tab is created to browse faster and more efficiently.

With this extension you can use the New Tab page the same way as before, the URL in the address bar stays empty and automatically gets focus as with the default New Tab page!

This application displays a white page by default when a new tab is opened. To customize this behavior, please navigate to chrome settings > extensions > My New Tab options. For security purposes, web sites displayed in the New Tab page will not have access to your computer's cookies or local storage.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ My New Tab My New Tab
ID hkamannimdppjgaefkfadajfacnajmoe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/my-new-tab/hkamannimdppjgaefkfadajfacnajmoe
คำอธิบาย Create your own personalized New Tab page using a custom URL or simply a plain color.
ขนาดไฟล์ 124 KB
จำนวนการติดตั้ง 127
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2014-01-16
วันที่เผยแพร่ 2014-01-15
คะแนน 4.18/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา Dominic Lacaille
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "chrome_url_overrides": {
        "newtab": "frame.html"
    },
    "description": "Create your own personalized New Tab page using a custom URL or simply a plain color.",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "My New Tab",
    "options_page": "options.html",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.1"
}