Rescroller
Decorate your scrollbars.
ما هو Rescroller؟
Rescroller هو إضافة Chrome تم تطويرها بواسطة David Watkins، والميزة الرئيسية لها هي "Decorate your scrollbars.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Rescroller
قم بتنزيل ملفات الامتداد Rescroller بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Rescroller allows you to customize the look and feel of the scrollbars on webpages within Google Chrome. Using the included settings, set the color, shadows, borders, etc. of each scrollbar element, or write custom CSS to style the scrollbars manually. Find Rescroller on GitHub: https://github.com/davidofwatkins/rescroller
معلومات أساسية عن التمديد
الاسم | Rescroller |
ID | ddehdnnhjimbggeeenghijehnpakijod |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/rescroller/ddehdnnhjimbggeeenghijehnpakijod |
الوصف | Decorate your scrollbars. |
حجم الملف | 320 KB |
عدد التثبيتات | 42,842 |
النسخة الحالية | 1.3 |
آخر تحديث | 2016-08-08 |
تاريخ النشر | 2016-08-07 |
تقييم | 4.43/5 مجموع تقييمات 360 |
المطور | David Watkins |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Rescroller", "version": "1.3", "version_name": "1.3", "manifest_version": 2, "description": "Decorate your scrollbars.", "icons": { "16": "appicons\/icon16.png", "19": "appicons\/icon19.png", "48": "appicons\/icon48.png", "128": "appicons\/icon128.png" }, "options_page": "options.html", "browser_action": { "default_title": "Rescroller Settings", "default_icon": "appicons\/icon19.png" }, "background": { "scripts": [ "js\/jquery.js", "js\/cssjson.js", "js\/rescroller.js", "js\/background.js" ], "persistant": false }, "permissions": [ " |