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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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
อีเมล [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\/*"
            ]
        }
    ]
}