Musescore Lazy Dark Theme

A very lazy dark theme for musescore.com

Musescore Lazy Dark Theme क्या है?

Musescore Lazy Dark Theme brandon.gregori द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A very lazy dark theme for musescore.com"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Musescore Lazy Dark Theme एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}