Simple Black Scrollbar

Makes scrollbars black and simple. Implemented only by CSS not by JavaScript. This is for minimalists.

ما هو Simple Black Scrollbar؟

Simple Black Scrollbar هو إضافة Chrome تم تطويرها بواسطة https://gh640.blogspot.com، والميزة الرئيسية لها هي "Makes scrollbars black and simple. Implemented only by CSS not by JavaScript. This is for minimalists.".

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

screenshot

تحميل ملف CRX للإضافة Simple Black Scrollbar

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

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

                        An extension just for making scrollbars of chrome simple and black. It's better to combine this with chrome theme "Simple Black" and if possible, please try it, too.

Simple Black
https://chrome.google.com/webstore/detail/eiebpogodlfaodmhajdmmkllklacjfgk/publish-accepted                    

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

الاسم Simple Black Scrollbar Simple Black Scrollbar
ID fnbghoijkcenbfhmnenlhdlbididmecl
عنوان URL الرسمي https://chromewebstore.google.com/detail/simple-black-scrollbar/fnbghoijkcenbfhmnenlhdlbididmecl
الوصف Makes scrollbars black and simple. Implemented only by CSS not by JavaScript. This is for minimalists.
حجم الملف 248 KB
عدد التثبيتات 1,145
النسخة الحالية 1.0
آخر تحديث 2012-12-10
تاريخ النشر 2012-12-09
تقييم 4.07/5 مجموع تقييمات 28
المطور https://gh640.blogspot.com
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple Black Scrollbar",
    "version": "1.0",
    "description": "Makes scrollbars black and simple. Implemented only by CSS not by JavaScript. This is for minimalists.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "customizedScrollbar.css"
            ],
            "all_frames": true
        }
    ],
    "manifest_version": 2
}