Grey Scrollbar with buttons

Widens and darkens the scrollbar and adds back the buttons. Uses css only.

Что такое Grey Scrollbar with buttons?

Grey Scrollbar with buttons - это расширение Chrome, разработанное chippy, и его основная функция - "Widens and darkens the scrollbar and adds back the buttons. Uses css only.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Grey Scrollbar with buttons

Скачайте файлы расширений Grey Scrollbar with buttons в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        This extension widens and darkens the scrollbars in chrome, and adds back the top and bottom buttons to the scrollbar. It uses browser css only.                    

Основная информация о расширении

Название Grey Scrollbar with buttons Grey Scrollbar with buttons
ID delbmlkicoecjgfkhlpojijdpfeagjcd
Официальный URL https://chromewebstore.google.com/detail/grey-scrollbar-with-butto/delbmlkicoecjgfkhlpojijdpfeagjcd
Описание Widens and darkens the scrollbar and adds back the buttons. Uses css only.
Размер файла 11.05 KB
Количество установок 1,126
Текущая Версия 0.1.2
Последнее Обновление 2014-04-12
Дата публикации 2014-04-12
Рейтинг 4.63/5 Всего 16 оценок
Разработчик chippy
Тип оплаты free
Поддерживаемые языки en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Grey Scrollbar with buttons",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "custom.css"
            ]
        }
    ],
    "version": "0.1.2",
    "description": "Widens and darkens the scrollbar and adds back the buttons. Uses css only.",
    "manifest_version": 2,
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    }
}