Canvas Dark Mode

A dark theme for the Canvas website

Canvas Dark Modeคืออะไร?

Canvas Dark Mode เป็นส่วนขยายของ Chrome ที่พัฒนาโดย PutterBeanut และคุณลักษณะหลักของมันคือ "A dark theme for the Canvas website"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Canvas Dark Mode

ดาวน์โหลดไฟล์ส่วนขยาย Canvas Dark Mode ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        A dark theme for the Canvas website                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Canvas Dark Mode Canvas Dark Mode
ID nakjdpcjlcipablhcegilcogjhonegjd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/canvas-dark-mode/nakjdpcjlcipablhcegilcogjhonegjd
คำอธิบาย A dark theme for the Canvas website
ขนาดไฟล์ 19.74 KB
จำนวนการติดตั้ง 526
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2021-01-08
วันที่เผยแพร่ 2021-01-06
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา PutterBeanut
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Canvas Dark Mode",
    "version": "1.0",
    "manifest_version": 2,
    "content_scripts": [
        {
            "css": [
                "content.css"
            ],
            "matches": [
                "https:\/\/*.instructure.com\/*"
            ]
        }
    ],
    "permissions": [
        "https:\/\/*.instructure.com\/*"
    ],
    "icons": {
        "128": "logo.png"
    }
}