Canvas Sidebar Adjustment
Sets the Canvas sidebar back to the default color
什么是Canvas Sidebar Adjustment?
Canvas Sidebar Adjustment是由DyDestroyer开发的Chrome扩展程序,该扩展的主要功能是“Sets the Canvas sidebar back to the default color”。
扩展截图
下载Canvas Sidebar Adjustment扩展crx文件
下载Canvas Sidebar Adjustment扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This simple extension sets the sidebar in canvas back to the default color: gray. Nice for when your sidebar is a hideous or intrusive color you just want gone. Super simple to use, nothing to enable, nothing to setup, just install and watch it work. This has been tested on multiple.instructure.com sites, but if it doesn't work, leave a review with the link to the site it doesn't function on.
扩展基本信息
名称 | Canvas Sidebar Adjustment |
ID | mimhlijcehdlfljdajnpndfmadbehlnm |
官方URL | https://chromewebstore.google.com/detail/canvas-sidebar-adjustment/mimhlijcehdlfljdajnpndfmadbehlnm |
简介 | Sets the Canvas sidebar back to the default color |
文件大小 | 3.92 KB |
安装次数 | 24 |
当前版本 | 0.0.2 |
更新时间 | 2021-02-12 |
上架时间 | 2021-02-12 |
评分 | 5.00/5 共2次评分 |
开发者 | DyDestroyer |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Canvas Sidebar Adjustment", "version": "0.0.2", "description": "Sets the Canvas sidebar back to the default color", "icons": { "48": "icon48.png" }, "content_scripts": [ { "css": [ "styles.css" ], "matches": [ "https:\/\/*.instructure.com\/*" ] } ] } |