CrunchBangPlusPlus Scrollbars

Scrollbars for the CrunchBangPlusPlus Linux theme.

ما هو CrunchBangPlusPlus Scrollbars؟

CrunchBangPlusPlus Scrollbars هو إضافة Chrome تم تطويرها بواسطة https://thorium.rocks، والميزة الرئيسية لها هي "Scrollbars for the CrunchBangPlusPlus Linux theme.".

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

screenshot

تحميل ملف CRX للإضافة CrunchBangPlusPlus Scrollbars

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

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

                        Scrollbar theme for Crunchbangplusplus Linux. Extracted from the /skel directory of a fresh install, with manifest updated, scrollbar width increased, and icons fixed.
 - Alex313031                    

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

الاسم CrunchBangPlusPlus Scrollbars CrunchBangPlusPlus Scrollbars
ID mfindlbbleadbcpkgbkbfojnghelnfil
عنوان URL الرسمي https://chromewebstore.google.com/detail/crunchbangplusplus-scroll/mfindlbbleadbcpkgbkbfojnghelnfil
الوصف Scrollbars for the CrunchBangPlusPlus Linux theme.
حجم الملف 15.32 KB
عدد التثبيتات 147
النسخة الحالية 1.0.2
آخر تحديث 2022-06-22
تاريخ النشر 2022-06-22
تقييم 5.00/5 مجموع تقييمات 1
المطور https://thorium.rocks
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://crunchbangplusplus.org/
عنوان صفحة المساعدة https://github.com/CBPP/cbpp-configs/issues
عنوان صفحة سياسة الخصوصية https://thorium.rocks/COC.html
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "cbpp-scrollbars.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "description": "Scrollbars for the CrunchBangPlusPlus Linux theme.",
    "icons": {
        "256": "icons\/icon_256.png",
        "128": "icons\/icon_128.png",
        "64": "icons\/icon_64.png"
    },
    "name": "CrunchBangPlusPlus Scrollbars",
    "short_name": "CBPP Scrollbars",
    "author": "Alex313031",
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "offline_enabled": true,
    "version": "1.0.2",
    "version_name": "1.0.2"
}