New Empty Coloured Tab

When you open a 'New Tab' it's blank and set to the background color of your desire.

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

New Empty Coloured Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Glenn Hallin และคุณลักษณะหลักของมันคือ "When you open a 'New Tab' it's blank and set to the background color of your desire."

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

screenshot

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

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

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

                        When you open a 'New Tab' it's blank and set to the background color of your desire.

Changelog:
* Version 1.5.3
- Removed unneeded permission

* Version 1.5.2
- First run default value set to #4c4a48                    

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

ชื่อ New Empty Coloured Tab New Empty Coloured Tab
ID ilpmlpiodicccdbjckhganddmegpedln
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/new-empty-coloured-tab/ilpmlpiodicccdbjckhganddmegpedln
คำอธิบาย When you open a 'New Tab' it's blank and set to the background color of your desire.
ขนาดไฟล์ 137 KB
จำนวนการติดตั้ง 83
เวอร์ชันปัจจุบัน 1.5.3
อัปเดตครั้งล่าสุด 2023-07-03
วันที่เผยแพร่ 2017-11-14
คะแนน 4.50/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Glenn Hallin
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "New Empty Coloured Tab",
    "description": "When you open a 'New Tab' it's blank and set to the background color of your desire.",
    "version": "1.5.3",
    "background": {
        "scripts": [
            "JS\/GETbg.js"
        ]
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon_48.png",
        "default_popup": "popup.html"
    },
    "chrome_url_overrides": {
        "newtab": "enct.html"
    },
    "manifest_version": 2
}