Multi Color New Tab

A Multi Color Palette With Every New Tab.

ما هو Multi Color New Tab؟

Multi Color New Tab هو إضافة Chrome تم تطويرها بواسطة Locksley Ltd، والميزة الرئيسية لها هي "A Multi Color Palette With Every New Tab.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Multi Color New Tab

قم بتنزيل ملفات الامتداد Multi Color New Tab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Multi Color New Tab fills your new tabs with amazing color palette backgrounds, randomly selecting a palette each time you open a new tab.  Spice up your new tabs with this simple extension.

By clicking "add to Chrome", I accept and agree to installing the Multi Color New Tab extension and setting Chrome New Tab search provider to Microsoft Bing as described by the service in the Terms of Use and Privacy Policy.

ToS: https://color-newtab.com/terms-and-conditions
PP: https://color-newtab.com/privacy-policy

The extension replaces your New Tab search engine and provides a new search experience with search results by Microsoft Bing.                    

معلومات أساسية عن التمديد

الاسم Multi Color New Tab Multi Color New Tab
ID hidoniliooaomobchkobcfiiepienkkj
عنوان URL الرسمي https://chromewebstore.google.com/detail/multi-color-new-tab/hidoniliooaomobchkobcfiiepienkkj
الوصف A Multi Color Palette With Every New Tab.
حجم الملف 133 KB
عدد التثبيتات 2,021
النسخة الحالية 1.4
آخر تحديث 2023-11-24
تاريخ النشر 2020-10-29
تقييم 3.50/5 مجموع تقييمات 6
المطور Locksley Ltd
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://color-newtab.com/privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Multi Color New Tab",
    "version": "1.4",
    "manifest_version": 3,
    "description": "A Multi Color Palette With Every New Tab.",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_icon": "icon128.png",
        "icons": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "host_permissions": [
        "https:\/\/color-newtabs.com\/*"
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    }
}