Musescore Lazy Dark Theme

A very lazy dark theme for musescore.com

Musescore Lazy Dark Themeとは何ですか?

Musescore Lazy Dark Themeはbrandon.gregoriによって開発されたChromeの拡張機能で、その主な機能は「A very lazy dark theme for musescore.com」です。

拡張機能のスクリーンショット

screenshot

Musescore Lazy Dark Theme拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    }
}