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
Eメール [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"
}