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”。
扩展截图
下载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 |
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" } } |