Simple Black Scrollbar

Makes scrollbars black and simple. Implemented only by CSS not by JavaScript. This is for minimalists.

Что такое Simple Black Scrollbar?

Simple Black Scrollbar - это расширение Chrome, разработанное https://gh640.blogspot.com, и его основная функция - "Makes scrollbars black and simple. Implemented only by CSS not by JavaScript. This is for minimalists.".

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

screenshot

Скачать файл CRX расширения Simple Black Scrollbar

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

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

                        An extension just for making scrollbars of chrome simple and black. It's better to combine this with chrome theme "Simple Black" and if possible, please try it, too.

Simple Black
https://chrome.google.com/webstore/detail/eiebpogodlfaodmhajdmmkllklacjfgk/publish-accepted                    

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

Название Simple Black Scrollbar Simple Black Scrollbar
ID fnbghoijkcenbfhmnenlhdlbididmecl
Официальный URL https://chromewebstore.google.com/detail/simple-black-scrollbar/fnbghoijkcenbfhmnenlhdlbididmecl
Описание Makes scrollbars black and simple. Implemented only by CSS not by JavaScript. This is for minimalists.
Размер файла 248 KB
Количество установок 1,145
Текущая Версия 1.0
Последнее Обновление 2012-12-10
Дата публикации 2012-12-09
Рейтинг 4.07/5 Всего 28 оценок
Разработчик https://gh640.blogspot.com
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple Black Scrollbar",
    "version": "1.0",
    "description": "Makes scrollbars black and simple. Implemented only by CSS not by JavaScript. This is for minimalists.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "customizedScrollbar.css"
            ],
            "all_frames": true
        }
    ],
    "manifest_version": 2
}