CrunchBangPlusPlus Scrollbars

Scrollbars for the CrunchBangPlusPlus Linux theme.

Was ist CrunchBangPlusPlus Scrollbars?

CrunchBangPlusPlus Scrollbars ist eine Chrome-Erweiterung, die von https://thorium.rocks entwickelt wurde, und ihr Hauptmerkmal ist "Scrollbars for the CrunchBangPlusPlus Linux theme.".

Erweiterungsscreenshots

screenshot

CrunchBangPlusPlus Scrollbars-Erweiterungs-CRX-Datei herunterladen

Laden Sie CrunchBangPlusPlus Scrollbars-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name CrunchBangPlusPlus Scrollbars CrunchBangPlusPlus Scrollbars
ID mfindlbbleadbcpkgbkbfojnghelnfil
Offizielle URL https://chromewebstore.google.com/detail/crunchbangplusplus-scroll/mfindlbbleadbcpkgbkbfojnghelnfil
Beschreibung Scrollbars for the CrunchBangPlusPlus Linux theme.
Dateigröße 15.32 KB
Installationsanzahl 147
Aktuelle Version 1.0.2
Letztes Update 2022-06-22
Veröffentlichungsdatum 2022-06-22
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://thorium.rocks
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://crunchbangplusplus.org/
Hilfeseite URL https://github.com/CBPP/cbpp-configs/issues
URL der Datenschutzrichtlinien-Seite https://thorium.rocks/COC.html
Unterstützte Sprachen 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"
}