Colors - New Tab

A multicolored 'paint splashes' New Tab.

ما هو Colors - New Tab؟

Colors - New Tab هو إضافة Chrome تم تطويرها بواسطة Promideus، والميزة الرئيسية لها هي "A multicolored 'paint splashes' New Tab.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Colors - New Tab

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

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

                        A colorful 'paint splashes' New Tab for the Google Chrome browser. 

Open Source:
This extension is open source, and available at https://github.com/chrisprins/colors 
Feel free to contribute to future updates, or download it to customize your own personal version.                    

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

الاسم Colors - New Tab Colors - New Tab
ID ncbfpbajpbdbpmaiginhplgigibkcadi
عنوان URL الرسمي https://chrome.google.com/webstore/detail/colors-new-tab/ncbfpbajpbdbpmaiginhplgigibkcadi
الوصف A multicolored 'paint splashes' New Tab.
حجم الملف 4.75 MB
عدد التثبيتات 870
النسخة الحالية 0.2.1
آخر تحديث 2018-12-25
تاريخ النشر 2018-12-25
تقييم 5.00/5 مجموع تقييمات 5
المطور Promideus
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/chrisprins/colors
عنوان صفحة المساعدة https://www.facebook.com/promideus
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Colors - New Tab",
    "short_name": "Colors",
    "description": "A multicolored 'paint splashes' New Tab.",
    "version": "0.2.1",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "background",
        "chrome:\/\/favicon\/",
        "topSites",
        "tabs",
        "geolocation",
        "unlimitedStorage",
        "activeTab",
        "storage",
        "bookmarks",
        "management"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "offline_enabled": true
}