Canvas Sidebar Adjustment
Sets the Canvas sidebar back to the default color
Apa itu Canvas Sidebar Adjustment?
Canvas Sidebar Adjustment adalah ekstensi Chrome yang dikembangkan oleh DyDestroyer, dan fitur utamanya adalah "Sets the Canvas sidebar back to the default color".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Canvas Sidebar Adjustment
Unduh file ekstensi Canvas Sidebar Adjustment dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Canvas Sidebar Adjustment |
ID | mimhlijcehdlfljdajnpndfmadbehlnm |
URL Resmi | https://chromewebstore.google.com/detail/canvas-sidebar-adjustment/mimhlijcehdlfljdajnpndfmadbehlnm |
Deskripsi | Sets the Canvas sidebar back to the default color |
Ukuran File | 3.92 KB |
Jumlah Instalasi | 24 |
Versi Saat Ini | 0.0.2 |
Terakhir Diperbarui | 2021-02-12 |
Tanggal Publikasi | 2021-02-12 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | DyDestroyer |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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\/*" ] } ] } |