Musescore Lazy Dark Theme

A very lazy dark theme for musescore.com

What is Musescore Lazy Dark Theme?

Musescore Lazy Dark Theme is a Chrome extension developed by brandon.gregori, and its main feature is "A very lazy dark theme for musescore.com".

Extension Screenshots

screenshot

Download Musescore Lazy Dark Theme Extension CRX File

Download Musescore Lazy Dark Theme extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Musescore Lazy Dark Theme Musescore Lazy Dark Theme
ID agdafgppephcpdboddbhaephgffghehh
Official URL https://chromewebstore.google.com/detail/musescore-lazy-dark-theme/agdafgppephcpdboddbhaephgffghehh
Description A very lazy dark theme for musescore.com
File Size 9.08 KB
Installation Count 168
Current Version 0.1.1
Last Updated 2020-04-19
Publish Date 2020-04-18
Rating 4.00/5 Total 1 Ratings
Developer brandon.gregori
Email [email protected]
Payment Type free
Extension Website https://github.com/gregoriB/musescore.com_lazy_dark_theme
Supported Languages 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"
    }
}