Blending Scrollbar

Minimalistic beautiful scrollbar, designed to blend background with page contents. Implemented only by CSS not by JavaScript.

什么是Blending Scrollbar?

Blending Scrollbar是由Egor Riabysh开发的Chrome扩展程序,该扩展的主要功能是“Minimalistic beautiful scrollbar, designed to blend background with page contents. Implemented only by CSS not by JavaScript.”。

扩展截图

screenshot
screenshot

下载Blending Scrollbar扩展crx文件

下载Blending Scrollbar扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        It's perfect for minimalists. And also for windows and linux users who don't like default scrollbar.

I made this extension for myself after Google deleted chrome://flags/#overlay-scrollbars option to turn off default windows scrollbar.                    

扩展基本信息

名称 Blending Scrollbar Blending Scrollbar
ID ajjnokaolfbjimgelmdmdlijoclmjnag
官方URL https://chromewebstore.google.com/detail/blending-scrollbar/ajjnokaolfbjimgelmdmdlijoclmjnag
简介 Minimalistic beautiful scrollbar, designed to blend background with page contents. Implemented only by CSS not by JavaScript.
文件大小 17.34 KB
安装次数 1,209
当前版本 0.1
更新时间 2020-09-12
上架时间 2020-05-02
评分 4.76/5 共33次评分
开发者 Egor Riabysh
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "content_scripts": [
        {
            "css": [
                "css\/scrollbar.min.css"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_idle"
        }
    ],
    "description": "Minimalistic beautiful scrollbar, designed to blend background with page contents. Implemented only by CSS not by JavaScript.",
    "icons": {
        "128": "img\/128.png",
        "16": "img\/16.png",
        "48": "img\/48.png"
    },
    "manifest_version": 2,
    "name": "Blending Scrollbar",
    "short_name": "Blending Scrollbar",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1"
}