Canvas Dark Mode
A dark theme for the Canvas website
什么是Canvas Dark Mode?
Canvas Dark Mode是由PutterBeanut开发的Chrome扩展程序,该扩展的主要功能是“A dark theme for the Canvas website”。
扩展截图
下载Canvas Dark Mode扩展crx文件
下载Canvas Dark Mode扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A dark theme for the Canvas website 扩展基本信息
| 名称 | |
| ID | nakjdpcjlcipablhcegilcogjhonegjd |
| 官方URL | https://chromewebstore.google.com/detail/canvas-dark-mode/nakjdpcjlcipablhcegilcogjhonegjd |
| 简介 | A dark theme for the Canvas website |
| 文件大小 | 19.74 KB |
| 安装次数 | 526 |
| 当前版本 | 1.0 |
| 更新时间 | 2021-01-08 |
| 上架时间 | 2021-01-06 |
| 评分 | 3.00/5 共2次评分 |
| 开发者 | PutterBeanut |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Canvas Dark Mode",
"version": "1.0",
"manifest_version": 2,
"content_scripts": [
{
"css": [
"content.css"
],
"matches": [
"https:\/\/*.instructure.com\/*"
]
}
],
"permissions": [
"https:\/\/*.instructure.com\/*"
],
"icons": {
"128": "logo.png"
}
} | |