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
官方網址 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"
    }
}