Dark Scrollbar

Adds color-scheme light dark meta tag to allow UI elements to match OS theme.

Dark Scrollbarคืออะไร?

Dark Scrollbar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Petroz Wellnai และคุณลักษณะหลักของมันคือ "Adds color-scheme light dark meta tag to allow UI elements to match OS theme."

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

screenshot
screenshot

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

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

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

                        Forces UI elements such as scrollbars and form fields to match either your operating system's theme, or your own theme by choice, light or dark.                    

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

ชื่อ Dark Scrollbar Dark Scrollbar
ID eafmdhegblfeilejhmieheapmlpdeklm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/dark-scrollbar/eafmdhegblfeilejhmieheapmlpdeklm
คำอธิบาย Adds color-scheme light dark meta tag to allow UI elements to match OS theme.
ขนาดไฟล์ 11.33 KB
จำนวนการติดตั้ง 1,117
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2022-05-21
วันที่เผยแพร่ 2021-01-04
คะแนน 4.64/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา Petroz Wellnai
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dark Scrollbar",
    "version": "1.1",
    "description": "Adds color-scheme light dark meta tag to allow UI elements to match OS theme.",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "icons": {
        "16": "vertical-scrolling16.png",
        "32": "vertical-scrolling32.png",
        "48": "vertical-scrolling48.png",
        "128": "vertical-scrolling128.png"
    },
    "manifest_version": 2
}