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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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"
    }
}