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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    }
}