Empty New Tab Page

With this extension, new tabs displays a blank page instead of the usual new tab page with thumbnails.

Empty New Tab Pageคืออะไร?

Empty New Tab Page เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ✰✰✰✰✰✰ และคุณลักษณะหลักของมันคือ "With this extension, new tabs displays a blank page instead of the usual new tab page with thumbnails."

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

screenshot

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

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

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

                                            

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

ชื่อ Empty New Tab Page Empty New Tab Page
ID ldnoknppacjpejoacooogblpenmdligp
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/empty-new-tab-page/ldnoknppacjpejoacooogblpenmdligp
คำอธิบาย With this extension, new tabs displays a blank page instead of the usual new tab page with thumbnails.
ขนาดไฟล์ 6.71 KB
จำนวนการติดตั้ง 103
เวอร์ชันปัจจุบัน 1.1.2
อัปเดตครั้งล่าสุด 2016-01-16
วันที่เผยแพร่ 2016-01-16
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา ✰✰✰✰✰✰
ประเภทการชำระเงิน free
ภาษาที่รองรับ de,en
manifest.json
{
    "manifest_version": 2,
    "name": "__MSG_extension_name__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.2",
    "default_locale": "en",
    "chrome_url_overrides": {
        "newtab": "empty_newtab.html"
    },
    "description": "__MSG_description__",
    "icons": {
        "128": "icon_128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}