CrunchBangPlusPlus Scrollbars

Scrollbars for the CrunchBangPlusPlus Linux theme.

Vad är CrunchBangPlusPlus Scrollbars?

CrunchBangPlusPlus Scrollbars är en Chrome-tillägg utvecklad av https://thorium.rocks, och dess huvudfunktion är "Scrollbars for the CrunchBangPlusPlus Linux theme.".

Tilläggsskärmbilder

screenshot

Ladda ner CrunchBangPlusPlus Scrollbars-förlängningens CRX-fil

Ladda ner CrunchBangPlusPlus Scrollbars-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn CrunchBangPlusPlus Scrollbars CrunchBangPlusPlus Scrollbars
ID mfindlbbleadbcpkgbkbfojnghelnfil
Officiell webbadress https://chromewebstore.google.com/detail/crunchbangplusplus-scroll/mfindlbbleadbcpkgbkbfojnghelnfil
Beskrivning Scrollbars for the CrunchBangPlusPlus Linux theme.
Filstorlek 15.32 KB
Antal Installationer 147
Aktuell Version 1.0.2
Senast Uppdaterad 2022-06-22
Publiceringsdatum 2022-06-22
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://thorium.rocks
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://crunchbangplusplus.org/
Hjälpsida URL https://github.com/CBPP/cbpp-configs/issues
URL till Sekretesspolicy Sidan https://thorium.rocks/COC.html
Stödda Språk 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"
}