CrunchBangPlusPlus Scrollbars

Scrollbars for the CrunchBangPlusPlus Linux theme.

CrunchBangPlusPlus Scrollbarsคืออะไร?

CrunchBangPlusPlus Scrollbars เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://thorium.rocks และคุณลักษณะหลักของมันคือ "Scrollbars for the CrunchBangPlusPlus Linux theme."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CrunchBangPlusPlus Scrollbars

ดาวน์โหลดไฟล์ส่วนขยาย CrunchBangPlusPlus Scrollbars ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ CrunchBangPlusPlus Scrollbars CrunchBangPlusPlus Scrollbars
ID mfindlbbleadbcpkgbkbfojnghelnfil
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/crunchbangplusplus-scroll/mfindlbbleadbcpkgbkbfojnghelnfil
คำอธิบาย Scrollbars for the CrunchBangPlusPlus Linux theme.
ขนาดไฟล์ 15.32 KB
จำนวนการติดตั้ง 147
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2022-06-22
วันที่เผยแพร่ 2022-06-22
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://thorium.rocks
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://crunchbangplusplus.org/
URL หน้าช่วยเหลือ https://github.com/CBPP/cbpp-configs/issues
URL หน้านโยบายความเป็นส่วนตัว https://thorium.rocks/COC.html
ภาษาที่รองรับ 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"
}