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
官方網址 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"
}