CrunchBangPlusPlus Scrollbars

Scrollbars for the CrunchBangPlusPlus Linux theme.

Co je CrunchBangPlusPlus Scrollbars?

CrunchBangPlusPlus Scrollbars je rozšíření Chrome vyvinuté https://thorium.rocks, a jeho hlavní funkcí je „Scrollbars for the CrunchBangPlusPlus Linux theme.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření CrunchBangPlusPlus Scrollbars

Stáhněte si soubory rozšíření CrunchBangPlusPlus Scrollbars ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název CrunchBangPlusPlus Scrollbars CrunchBangPlusPlus Scrollbars
ID mfindlbbleadbcpkgbkbfojnghelnfil
Oficiální URL https://chromewebstore.google.com/detail/crunchbangplusplus-scroll/mfindlbbleadbcpkgbkbfojnghelnfil
Popis Scrollbars for the CrunchBangPlusPlus Linux theme.
Velikost souboru 15.32 KB
Počet instalací 147
Aktuální Verze 1.0.2
Poslední Aktualizace 2022-06-22
Datum Vydání 2022-06-22
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář https://thorium.rocks
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://crunchbangplusplus.org/
URL Stránky Nápovědy https://github.com/CBPP/cbpp-configs/issues
URL Stránky Zásad Ochrany Soukromí https://thorium.rocks/COC.html
Podporované Jazyky 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"
}