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
公式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
Eメール [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\/*"
            ]
        }
    ]
}