CrunchBangPlusPlus Scrollbars

Scrollbars for the CrunchBangPlusPlus Linux theme.

Wat is CrunchBangPlusPlus Scrollbars?

CrunchBangPlusPlus Scrollbars is een Chrome-extensie ontwikkeld door https://thorium.rocks, en de belangrijkste functie is "Scrollbars for the CrunchBangPlusPlus Linux theme.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie CrunchBangPlusPlus Scrollbars

Download CrunchBangPlusPlus Scrollbars-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam CrunchBangPlusPlus Scrollbars CrunchBangPlusPlus Scrollbars
ID mfindlbbleadbcpkgbkbfojnghelnfil
Officiële URL https://chromewebstore.google.com/detail/crunchbangplusplus-scroll/mfindlbbleadbcpkgbkbfojnghelnfil
Beschrijving Scrollbars for the CrunchBangPlusPlus Linux theme.
Bestandsgrootte 15.32 KB
Aantal Installaties 147
Huidige Versie 1.0.2
Laatst Bijgewerkt 2022-06-22
Publicatiedatum 2022-06-22
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://thorium.rocks
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://crunchbangplusplus.org/
Help Pagina-URL https://github.com/CBPP/cbpp-configs/issues
URL van de Privacybeleid Pagina https://thorium.rocks/COC.html
Ondersteunde Talen 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"
}