Accelo Night Mode

Accelo Night Mode

ما هو Accelo Night Mode؟

Accelo Night Mode هو إضافة Chrome تم تطويرها بواسطة Ancel.Designs، والميزة الرئيسية لها هي "Accelo Night Mode".

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

screenshot

تحميل ملف CRX للإضافة Accelo Night Mode

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

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

                        Night/Dark mode for Accelo.com.

This theme offers a more dark tone to Accelo's website.
Its mainly just css replacement theme.

Dark tones based off Discord.
Primary color picker added for users custom color preference.

Version 0.04 
- Added Failsafe for color-picker creation. 
- Added color lighten functions to handle hovers
- CSS added for new dropdowns

Please let me know of any elements that are hard to read/not themed correctly.                    

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

الاسم Accelo Night Mode Accelo Night Mode
ID ohandfkkholchfnmnadncphipjapbafd
عنوان URL الرسمي https://chromewebstore.google.com/detail/accelo-night-mode/ohandfkkholchfnmnadncphipjapbafd
الوصف Accelo Night Mode
حجم الملف 17.02 KB
عدد التثبيتات 38
النسخة الحالية 0.05
آخر تحديث 2022-07-27
تاريخ النشر 2021-11-10
تقييم 3.00/5 مجموع تقييمات 1
المطور Ancel.Designs
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "32": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "exclude_globs": [
                ""
            ],
            "include_globs": [
                "*"
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*.accelo.com\/*",
                "*:\/\/*.accelo.com\/*"
            ]
        }
    ],
    "description": "Accelo Night Mode",
    "name": "Accelo Night Mode",
    "short_name": "Accelo Night Mode",
    "version": "0.05"
}