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”。

擴展截圖

screenshot

下載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 Canvas Sidebar Adjustment
ID mimhlijcehdlfljdajnpndfmadbehlnm
官方網址 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\/*"
            ]
        }
    ]
}