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".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Canvas Sidebar Adjustment

قم بتنزيل ملفات الامتداد Canvas Sidebar Adjustment بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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\/*"
            ]
        }
    ]
}