CrunchBangPlusPlus Scrollbars

Scrollbars for the CrunchBangPlusPlus Linux theme.

Co to jest CrunchBangPlusPlus Scrollbars?

CrunchBangPlusPlus Scrollbars to rozszerzenie Chrome opracowane przez https://thorium.rocks, a jego główną funkcją jest „Scrollbars for the CrunchBangPlusPlus Linux theme.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia CrunchBangPlusPlus Scrollbars

Pobierz pliki rozszerzeń CrunchBangPlusPlus Scrollbars w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa CrunchBangPlusPlus Scrollbars CrunchBangPlusPlus Scrollbars
ID mfindlbbleadbcpkgbkbfojnghelnfil
Oficjalny URL https://chromewebstore.google.com/detail/crunchbangplusplus-scroll/mfindlbbleadbcpkgbkbfojnghelnfil
Opis Scrollbars for the CrunchBangPlusPlus Linux theme.
Rozmiar pliku 15.32 KB
Liczba instalacji 147
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2022-06-22
Data Publikacji 2022-06-22
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper https://thorium.rocks
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://crunchbangplusplus.org/
Adres URL Strony Pomocy https://github.com/CBPP/cbpp-configs/issues
Adres URL Strony Polityki Prywatności https://thorium.rocks/COC.html
Obsługiwane Języki 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"
}