Green Sliders

Customize the appearance of Scoutbook. Its name comes from the original intent of making the sliders green instead of red.

ما هو Green Sliders؟

Green Sliders هو إضافة Chrome تم تطويرها بواسطة Stephen Cerruti، والميزة الرئيسية لها هي "Customize the appearance of Scoutbook. Its name comes from the original intent of making the sliders green instead of red.".

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

screenshot

تحميل ملف CRX للإضافة Green Sliders

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

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

                        This extension changes the slider styling in Scoutbook. It is intended as a starting point for more personalization in the future.                    

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

الاسم Green Sliders Green Sliders
ID ekclgcnohbbnobgdoolbikeigdjnhdnp
عنوان URL الرسمي https://chromewebstore.google.com/detail/green-sliders/ekclgcnohbbnobgdoolbikeigdjnhdnp
الوصف Customize the appearance of Scoutbook. Its name comes from the original intent of making the sliders green instead of red.
حجم الملف 34.33 KB
عدد التثبيتات 463
النسخة الحالية 1.0
آخر تحديث 2016-04-16
تاريخ النشر 2016-04-15
تقييم 4.25/5 مجموع تقييمات 4
المطور Stephen Cerruti
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Green Sliders",
    "description": "Customize the appearance of Scoutbook. Its name comes from the original intent of making the sliders green instead of red.",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.scoutbook.com\/*"
            ],
            "css": [
                "greenSliders.css"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "72": "icon72.png",
        "128": "icon128.png"
    }
}