Custom Scroll Bar

Custom Scroll Bar

ما هو Custom Scroll Bar؟

Custom Scroll Bar هو إضافة Chrome تم تطويرها بواسطة Kunihiro Ando، والميزة الرئيسية لها هي "Custom Scroll Bar".

تحميل ملف CRX للإضافة Custom Scroll Bar

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

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

                        CSS injection
  

  Options Page                    

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

الاسم Custom Scroll Bar Custom Scroll Bar
ID ecdoolnmfaaljjdfkffnbolehkdageeb
عنوان URL الرسمي https://chrome.google.com/webstore/detail/custom-scroll-bar/ecdoolnmfaaljjdfkffnbolehkdageeb
الوصف Custom Scroll Bar
حجم الملف 9.59 KB
عدد التثبيتات 136
النسخة الحالية 1.0
آخر تحديث 2015-06-24
تاريخ النشر 2015-06-24
تقييم 4.43/5 مجموع تقييمات 7
المطور Kunihiro Ando
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Custom Scroll Bar",
    "description": "Custom Scroll Bar",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "icons": {
        "16": "icon16.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "webNavigation",
        ""
    ],
    "version": "1.0"
}