Dark New Tab

Change the default browser new tab to a completely dark new tab.

Dark New Tabคืออะไร?

Dark New Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Alan Lee และคุณลักษณะหลักของมันคือ "Change the default browser new tab to a completely dark new tab."

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

screenshot

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

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

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

                        Top Dark New Tab is a simple extension that open a dark new tab rather than the default browser new tab. 

This extension is free and safe to use, simple installation and better browser performance. Its minimalist design and doesn't have any tracking.                    

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

ชื่อ Dark New Tab Dark New Tab
ID jjhejokikfeooblekcfnajbonfbfeaon
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/dark-new-tab/jjhejokikfeooblekcfnajbonfbfeaon
คำอธิบาย Change the default browser new tab to a completely dark new tab.
ขนาดไฟล์ 4.06 KB
จำนวนการติดตั้ง 11
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2021-07-13
วันที่เผยแพร่ 2021-07-13
ผู้พัฒนา Alan Lee
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.alanlee.xyz/projects/dark-new-tab-google-chrome-extension
URL หน้าช่วยเหลือ https://www.alanlee.xyz/projects/dark-new-tab-google-chrome-extension
URL หน้านโยบายความเป็นส่วนตัว https://www.webblocker.co/privacy_policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dark New Tab",
    "description": "Change the default browser new tab to a completely dark new tab.",
    "manifest_version": 3,
    "version": "1.0.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}