Empty New Tab Page

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

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

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

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

screenshot
screenshot

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

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

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

                        For those who don't want to worry which recently visited pages show up on the new tab page, who prefer plain over noisy, simple over complex.

Version 1.2.0 adds dark mode support.                    

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

ชื่อ Empty New Tab Page Empty New Tab Page
ID dpjamkmjmigaoobjbekmfgabipmfilij
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/empty-new-tab-page/dpjamkmjmigaoobjbekmfgabipmfilij
คำอธิบาย With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails.
ขนาดไฟล์ 10.61 KB
จำนวนการติดตั้ง 198,868
เวอร์ชันปัจจุบัน 1.2.0
อัปเดตครั้งล่าสุด 2021-09-14
วันที่เผยแพร่ 2019-05-13
คะแนน 4.40/5 รวมทั้งหมด 1183 คะแนน
ผู้พัฒนา [email protected]
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Empty New Tab Page",
    "version": "1.2.0",
    "description": "With this extension, new tabs display a blank page instead of the usual new tab page with thumbnails.",
    "icons": {
        "128": "icon_128.png"
    },
    "chrome_url_overrides": {
        "newtab": "empty_ntp.html"
    }
}