Subtle Scrollbars

Semi-thin scrollbars, styled to blend background with page contents

Что такое Subtle Scrollbars?

Subtle Scrollbars - это расширение Chrome, разработанное https://honoredsoft.com, и его основная функция - "Semi-thin scrollbars, styled to blend background with page contents".

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

screenshot
screenshot

Скачать файл CRX расширения Subtle Scrollbars

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

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

                        Replaces the stock scrollbars with 6px-wide versions that have rounded ends, no arrows, and a background that attempts to blend with the page.  The bars are a medium grey, and nearly black on hover.

Scrollbars for UI elements like drop-downs are not affected, but iframes and scrolling divs usually are - and with backgrounds that truly blend with the page.

This extension is extremely lightweight - just a vew lines of CSS, and roughly equivalent to restoring support for Custom.css userstyles without any interface to edit the new CSS file.  No more expertise is needed to tweak this extension than to edit the Custom.css file Chrome no longer supports.                    

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

Название Subtle Scrollbars Subtle Scrollbars
ID iepofmbkhfelkphdhkldbiemijmgcmlc
Официальный URL https://chromewebstore.google.com/detail/subtle-scrollbars/iepofmbkhfelkphdhkldbiemijmgcmlc
Описание Semi-thin scrollbars, styled to blend background with page contents
Размер файла 15.34 KB
Количество установок 683
Текущая Версия 0.1
Последнее Обновление 2014-02-28
Дата публикации 2014-02-27
Рейтинг 4.78/5 Всего 18 оценок
Разработчик https://honoredsoft.com
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "css": [
                "css\/scrollbars.css"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_idle"
        }
    ],
    "description": "Semi-thin scrollbars, styled to blend background with page contents",
    "homepage_url": "http:\/\/honoredsoft.com.com\/",
    "icons": {
        "128": "img\/128.png",
        "48": "img\/48.png",
        "16": "img\/16.png"
    },
    "manifest_version": 2,
    "name": "Subtle Scrollbars",
    "short_name": "Subtle Bars",
    "version": "0.1"
}