Canvas Sidebar Adjustment

Sets the Canvas sidebar back to the default color

Canvas Sidebar Adjustment क्या है?

Canvas Sidebar Adjustment DyDestroyer द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Sets the Canvas sidebar back to the default color"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Canvas Sidebar Adjustment एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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\/*"
            ]
        }
    ]
}