Empty New Tab Page

Replaces the default new tab page with a blank page.

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

Empty New Tab Page เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.facebook.com/browservery และคุณลักษณะหลักของมันคือ "Replaces the default new tab page with a blank page."

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

screenshot
screenshot
screenshot

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

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

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

                        ★ Blank new tab page.

★ Follows the default browser color theme.

★ Dark mode support.

★ Default Chrome new tab icon.

★ Localized new tab title.
----------------------------------------------------------------
Download the Clear New Tab extension if you
want an empty new tab page but keep the theme's image.

https://bit.ly/clear-new-tab
----------------------------------------------------------------
GitHub: https://bit.ly/empty-new-tab-page-github

🖼️ Follow my Facebook page (more themes): https://bit.ly/browservery                    

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

ชื่อ Empty New Tab Page Empty New Tab Page
ID odjfoclbnmllekbhpbgopiiaelcpeimb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/empty-new-tab-page/odjfoclbnmllekbhpbgopiiaelcpeimb
คำอธิบาย Replaces the default new tab page with a blank page.
ขนาดไฟล์ 34.86 KB
จำนวนการติดตั้ง 545
เวอร์ชันปัจจุบัน 0.0.2
อัปเดตครั้งล่าสุด 2022-10-08
วันที่เผยแพร่ 2022-05-12
คะแนน 4.60/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://www.facebook.com/browservery
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://bit.ly/browservery
URL หน้าช่วยเหลือ http://bit.ly/browservery-support
URL หน้านโยบายความเป็นส่วนตัว https://github.com/loftyshaky/extensions-privacy-policy/blob/main/extensions-privacy-policy.md
ภาษาที่รองรับ id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.0.2",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "offline_enabled": true,
    "icons": {
        "16": "new_tab.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "new_tab.html"
    }
}