CrunchBangPlusPlus Scrollbars

Scrollbars for the CrunchBangPlusPlus Linux theme.

Cos'è CrunchBangPlusPlus Scrollbars?

CrunchBangPlusPlus Scrollbars è un'estensione di Chrome sviluppata da https://thorium.rocks, e la sua funzione principale è "Scrollbars for the CrunchBangPlusPlus Linux theme.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione CrunchBangPlusPlus Scrollbars

Scarica i file di estensione CrunchBangPlusPlus Scrollbars in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome CrunchBangPlusPlus Scrollbars CrunchBangPlusPlus Scrollbars
ID mfindlbbleadbcpkgbkbfojnghelnfil
URL Ufficiale https://chromewebstore.google.com/detail/crunchbangplusplus-scroll/mfindlbbleadbcpkgbkbfojnghelnfil
Descrizione Scrollbars for the CrunchBangPlusPlus Linux theme.
Dimensione del File 15.32 KB
Conteggio Installazioni 147
Versione Corrente 1.0.2
Ultimo Aggiornamento 2022-06-22
Data di Pubblicazione 2022-06-22
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://thorium.rocks
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://crunchbangplusplus.org/
URL della Pagina di Aiuto https://github.com/CBPP/cbpp-configs/issues
URL della Pagina della Politica sulla Privacy https://thorium.rocks/COC.html
Lingue Supportate 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"
}