Musescore Lazy Dark Theme

A very lazy dark theme for musescore.com

Musescore Lazy Dark Themeคืออะไร?

Musescore Lazy Dark Theme เป็นส่วนขยายของ Chrome ที่พัฒนาโดย brandon.gregori และคุณลักษณะหลักของมันคือ "A very lazy dark theme for musescore.com"

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

screenshot

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

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

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

                        A quick and easy way to make musescore.com easier on the eyes at night.  Only uses a single line of code to invert all colors.                    

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

ชื่อ Musescore Lazy Dark Theme Musescore Lazy Dark Theme
ID agdafgppephcpdboddbhaephgffghehh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/musescore-lazy-dark-theme/agdafgppephcpdboddbhaephgffghehh
คำอธิบาย A very lazy dark theme for musescore.com
ขนาดไฟล์ 9.08 KB
จำนวนการติดตั้ง 168
เวอร์ชันปัจจุบัน 0.1.1
อัปเดตครั้งล่าสุด 2020-04-19
วันที่เผยแพร่ 2020-04-18
คะแนน 4.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา brandon.gregori
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/gregoriB/musescore.com_lazy_dark_theme
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Musescore Lazy Dark Theme",
    "version": "0.1.1",
    "description": "A very lazy dark theme for musescore.com",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/musescore.com\/*"
            ],
            "css": [
                "main.css"
            ]
        }
    ],
    "page_action": {
        "default_icon": "icon.png"
    }
}