Empty New Tab Page - Select Your Background.

The new tab page is now empty, you can select the background color of your choice.

Empty New Tab Page - Select Your Background.คืออะไร?

Empty New Tab Page - Select Your Background. เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Thomas Tavernier และคุณลักษณะหลักของมันคือ "The new tab page is now empty, you can select the background color of your choice."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        You can customize the background color of the empty new tab page, just click on the extension.

Default background color set as chrome dark mode color.

No longer supports images.                    

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

ชื่อ Empty New Tab Page - Select Your Background. Empty New Tab Page - Select Your Background.
ID ppnljghmgbgkebhihiphkkmdgpnccoen
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/empty-new-tab-page-select/ppnljghmgbgkebhihiphkkmdgpnccoen
คำอธิบาย The new tab page is now empty, you can select the background color of your choice.
ขนาดไฟล์ 10.4 KB
จำนวนการติดตั้ง 122
เวอร์ชันปัจจุบัน 1.4.0
อัปเดตครั้งล่าสุด 2021-08-15
วันที่เผยแพร่ 2019-09-19
คะแนน 5.00/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา Thomas Tavernier
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/ThomasTavernier/empty-new-tab-page
ภาษาที่รองรับ en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.4.0",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "author": "Thomas Tavernier ",
    "default_locale": "en",
    "icons": {
        "128": "assets\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "newTab\/empty_new_tab_page.html"
    },
    "action": {
        "default_popup": "popup\/popup.html"
    }
}