CrunchBangPlusPlus Scrollbars

Scrollbars for the CrunchBangPlusPlus Linux theme.

Apa itu CrunchBangPlusPlus Scrollbars?

CrunchBangPlusPlus Scrollbars adalah ekstensi Chrome yang dikembangkan oleh https://thorium.rocks, dan fitur utamanya adalah "Scrollbars for the CrunchBangPlusPlus Linux theme.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi CrunchBangPlusPlus Scrollbars

Unduh file ekstensi CrunchBangPlusPlus Scrollbars dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama CrunchBangPlusPlus Scrollbars CrunchBangPlusPlus Scrollbars
ID mfindlbbleadbcpkgbkbfojnghelnfil
URL Resmi https://chromewebstore.google.com/detail/crunchbangplusplus-scroll/mfindlbbleadbcpkgbkbfojnghelnfil
Deskripsi Scrollbars for the CrunchBangPlusPlus Linux theme.
Ukuran File 15.32 KB
Jumlah Instalasi 147
Versi Saat Ini 1.0.2
Terakhir Diperbarui 2022-06-22
Tanggal Publikasi 2022-06-22
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://thorium.rocks
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://crunchbangplusplus.org/
URL Halaman Bantuan https://github.com/CBPP/cbpp-configs/issues
URL Halaman Kebijakan Privasi https://thorium.rocks/COC.html
Bahasa yang Didukung 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"
}