Color Tab

A Beautiful Color Palette With Every New Tab!

Color Tabคืออะไร?

Color Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://colorhunt.co และคุณลักษณะหลักของมันคือ "A Beautiful Color Palette With Every New Tab!"

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

screenshot
screenshot
screenshot

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

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

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

                        Color Tab fills up your "new tab" screen with a beautiful color palette from the best of Color Hunt's collection. Each time you open up a new tab, the page will be replaced with a random color combination.                    

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

ชื่อ Color Tab Color Tab
ID hchlgfaicmddilenlflajnmomalehbom
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/color-tab/hchlgfaicmddilenlflajnmomalehbom
คำอธิบาย A Beautiful Color Palette With Every New Tab!
ขนาดไฟล์ 16.77 KB
จำนวนการติดตั้ง 224,286
เวอร์ชันปัจจุบัน 2
อัปเดตครั้งล่าสุด 2020-05-07
วันที่เผยแพร่ 2020-05-06
คะแนน 4.18/5 รวมทั้งหมด 1437 คะแนน
ผู้พัฒนา https://colorhunt.co
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://colorhunt.co
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Color Tab",
    "description": "A Beautiful Color Palette With Every New Tab!",
    "version": "2",
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "chrome_url_overrides": {
        "newtab": "popup.html"
    },
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}