Canvas Sidebar Adjustment
Sets the Canvas sidebar back to the default color
Τι είναι το Canvas Sidebar Adjustment;
Το Canvas Sidebar Adjustment είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον DyDestroyer, και η κύρια λειτουργία του είναι "Sets the Canvas sidebar back to the default color".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Canvas Sidebar Adjustment
Λήψη αρχείων επέκτασης 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\/*" ] } ] } |