Beautiful Scrollbar

The easy way to a more minimal, clean and beautiful scrollbar!

什么是Beautiful Scrollbar?

Beautiful Scrollbar是由Niels Prins开发的Chrome扩展程序,该扩展的主要功能是“The easy way to a more minimal, clean and beautiful scrollbar!”。

扩展截图

screenshot

下载Beautiful Scrollbar扩展crx文件

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

扩展使用说明

                        An easy way to give your browser a better look and feel                    

扩展基本信息

名称 Beautiful Scrollbar Beautiful Scrollbar
ID lmkhmlppjaacnkadedghfnddlbidilnc
官方URL https://chromewebstore.google.com/detail/beautiful-scrollbar/lmkhmlppjaacnkadedghfnddlbidilnc
简介 The easy way to a more minimal, clean and beautiful scrollbar!
文件大小 243 KB
安装次数 43
当前版本 1.1
更新时间 2021-10-02
上架时间 2021-09-17
评分 5.00/5 共3次评分
开发者 Niels Prins
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Beautiful Scrollbar",
    "description": "The easy way to a more minimal, clean and beautiful scrollbar!",
    "version": "1.1",
    "manifest_version": 3,
    "icons": {
        "21": "icons\/beautiful-scrollbar-21.png",
        "24": "icons\/beautiful-scrollbar-24.png",
        "48": "icons\/beautiful-scrollbar-48.png",
        "128": "icons\/beautiful-scrollbar-128.png",
        "192": "icons\/beautiful-scrollbar-192.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_start"
        }
    ]
}