CrunchBangPlusPlus Scrollbars

Scrollbars for the CrunchBangPlusPlus Linux theme.

什么是CrunchBangPlusPlus Scrollbars?

CrunchBangPlusPlus Scrollbars是由https://thorium.rocks开发的Chrome扩展程序,该扩展的主要功能是“Scrollbars for the CrunchBangPlusPlus Linux theme.”。

扩展截图

screenshot

下载CrunchBangPlusPlus Scrollbars扩展crx文件

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

扩展使用说明

                        Scrollbar theme for Crunchbangplusplus Linux. Extracted from the /skel directory of a fresh install, with manifest updated, scrollbar width increased, and icons fixed.
 - Alex313031                    

扩展基本信息

名称 CrunchBangPlusPlus Scrollbars CrunchBangPlusPlus Scrollbars
ID mfindlbbleadbcpkgbkbfojnghelnfil
官方URL https://chromewebstore.google.com/detail/crunchbangplusplus-scroll/mfindlbbleadbcpkgbkbfojnghelnfil
简介 Scrollbars for the CrunchBangPlusPlus Linux theme.
文件大小 15.32 KB
安装次数 147
当前版本 1.0.2
更新时间 2022-06-22
上架时间 2022-06-22
评分 5.00/5 共1次评分
开发者 https://thorium.rocks
电子邮箱 [email protected]
付费类型 free
扩展官网 https://crunchbangplusplus.org/
帮助页面URL https://github.com/CBPP/cbpp-configs/issues
隐私政策页面URL https://thorium.rocks/COC.html
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "cbpp-scrollbars.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "description": "Scrollbars for the CrunchBangPlusPlus Linux theme.",
    "icons": {
        "256": "icons\/icon_256.png",
        "128": "icons\/icon_128.png",
        "64": "icons\/icon_64.png"
    },
    "name": "CrunchBangPlusPlus Scrollbars",
    "short_name": "CBPP Scrollbars",
    "author": "Alex313031",
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "offline_enabled": true,
    "version": "1.0.2",
    "version_name": "1.0.2"
}