Custom Scrollbar
Choose or make your own custom scrollbar
ما هو Custom Scrollbar؟
Custom Scrollbar هو إضافة Chrome تم تطويرها بواسطة Rohan Anand، والميزة الرئيسية لها هي "Choose or make your own custom scrollbar".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Custom Scrollbar
قم بتنزيل ملفات الامتداد Custom Scrollbar بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Choose or make your own custom scrollbar. Get a scrollbar with your favorite colors, sizes, and designs.
معلومات أساسية عن التمديد
الاسم | Custom Scrollbar |
ID | eijidopnhkddehclhkbakbccdanmfhoh |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/custom-scrollbar/eijidopnhkddehclhkbakbccdanmfhoh |
الوصف | Choose or make your own custom scrollbar |
حجم الملف | 22.02 MB |
عدد التثبيتات | 393 |
النسخة الحالية | 1.1.0 |
آخر تحديث | 2021-08-05 |
تاريخ النشر | 2021-07-18 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Rohan Anand |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Custom Scrollbar", "version": "1.1.0", "description": "Choose or make your own custom scrollbar", "options_page": "\/options\/customScrollbarOptions.html", "action": { "default_popup": "\/quickSettings\/customScrollbarQuickSettings.html" }, "permissions": [ "tabs", "storage" ], "icons": { "16": "\/images\/icons\/customscrollbaricon16.png", "32": "\/images\/icons\/customscrollbaricon32.png", "48": "\/images\/icons\/customscrollbaricon48.png", "128": "\/images\/icons\/customscrollbaricon128.png" }, "background": { "service_worker": "\/customscrollbarstart.js" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*\/", "https:\/\/*\/*" ], "js": [ "customScrollbar.js" ] } ], "web_accessible_resources": [ { "resources": [ "\/images\/scrollbarImages*" ], "matches": [ " |