Dark Tab

Replace the new tab page with a dark, high-quality, minimalist user interface that pairs nicely with dark themes.

Dark Tabคืออะไร?

Dark Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bhavman2 และคุณลักษณะหลักของมันคือ "Replace the new tab page with a dark, high-quality, minimalist user interface that pairs nicely with dark themes."

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

screenshot
screenshot
screenshot

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

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

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

                                            

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

ชื่อ Dark Tab Dark Tab
ID hennhogejmpcmcdpjbfhangpmngfnbkl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/dark-tab/hennhogejmpcmcdpjbfhangpmngfnbkl
คำอธิบาย Replace the new tab page with a dark, high-quality, minimalist user interface that pairs nicely with dark themes.
ขนาดไฟล์ 21.28 KB
จำนวนการติดตั้ง 12
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2019-01-11
วันที่เผยแพร่ 2019-01-11
ผู้พัฒนา bhavman2
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dark Tab",
    "description": "Replace the new tab page with a dark, high-quality, minimalist user interface that pairs nicely with dark themes.",
    "version": "1.3",
    "author": "Bhavik Raval",
    "manifest_version": 2,
    "icons": {
        "128": "light-on-128.png",
        "48": "light-on-48.png",
        "16": "light-on-16.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "light-on-16.png",
        "default_title": "Dark Tab"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "http:\/\/api.unsplash.com\/*"
    ]
}