Grey Scrollbar with buttons

Widens and darkens the scrollbar and adds back the buttons. Uses css only.

ما هو Grey Scrollbar with buttons؟

Grey Scrollbar with buttons هو إضافة Chrome تم تطويرها بواسطة chippy، والميزة الرئيسية لها هي "Widens and darkens the scrollbar and adds back the buttons. Uses css only.".

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

screenshot

تحميل ملف CRX للإضافة Grey Scrollbar with buttons

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

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

                        This extension widens and darkens the scrollbars in chrome, and adds back the top and bottom buttons to the scrollbar. It uses browser css only.                    

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

الاسم Grey Scrollbar with buttons Grey Scrollbar with buttons
ID delbmlkicoecjgfkhlpojijdpfeagjcd
عنوان URL الرسمي https://chromewebstore.google.com/detail/grey-scrollbar-with-butto/delbmlkicoecjgfkhlpojijdpfeagjcd
الوصف Widens and darkens the scrollbar and adds back the buttons. Uses css only.
حجم الملف 11.05 KB
عدد التثبيتات 1,126
النسخة الحالية 0.1.2
آخر تحديث 2014-04-12
تاريخ النشر 2014-04-12
تقييم 4.63/5 مجموع تقييمات 16
المطور chippy
نوع الدفع free
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Grey Scrollbar with buttons",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "custom.css"
            ]
        }
    ],
    "version": "0.1.2",
    "description": "Widens and darkens the scrollbar and adds back the buttons. Uses css only.",
    "manifest_version": 2,
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    }
}