One dark theme for Quercus
a one dark like theme for University of Toronto's student website Quercus.
什么是One dark theme for Quercus?
One dark theme for Quercus是由Chiatzen W.开发的Chrome扩展程序,该扩展的主要功能是“a one dark like theme for University of Toronto's student website Quercus.”。
扩展截图
下载One dark theme for Quercus扩展crx文件
下载One dark theme for Quercus扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Provide an alternate colour scheme for U of T's Quercus site.
扩展基本信息
名称 | One dark theme for Quercus |
ID | abpbfjmnfnnpfepahhgnkmdlmffmkifj |
官方URL | https://chromewebstore.google.com/detail/one-dark-theme-for-quercu/abpbfjmnfnnpfepahhgnkmdlmffmkifj |
简介 | a one dark like theme for University of Toronto's student website Quercus. |
文件大小 | 400 KB |
安装次数 | 39 |
当前版本 | 1.1 |
更新时间 | 2021-12-20 |
上架时间 | 2021-12-19 |
评分 | 5.00/5 共1次评分 |
开发者 | Chiatzen W. |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "One dark theme for Quercus", "description": "a one dark like theme for University of Toronto's student website Quercus.", "version": "1.1", "icons": { "128": "\/images\/128.png" }, "manifest_version": 3, "permissions": [], "action": { "default_icon": { "128": "\/images\/128.png" } }, "content_scripts": [ { "matches": [ "https:\/\/q.utoronto.ca\/*" ], "css": [ "one-dark.css" ] } ] } |