BetterCanvas

Makes Canvas look better, also has customizable themes.

BetterCanvasคืออะไร?

BetterCanvas เป็นส่วนขยายของ Chrome ที่พัฒนาโดย james wilson และคุณลักษณะหลักของมันคือ "Makes Canvas look better, also has customizable themes."

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

screenshot

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

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

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

                        [BETA] Makes Canvas look better. Adds themes and makes it look nicer.                    

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

ชื่อ BetterCanvas BetterCanvas
ID lclfjjkhnbamoplnpplcjghfmcljafbm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bettercanvas/lclfjjkhnbamoplnpplcjghfmcljafbm
คำอธิบาย Makes Canvas look better, also has customizable themes.
ขนาดไฟล์ 116 KB
จำนวนการติดตั้ง 562
เวอร์ชันปัจจุบัน 0.0.999.4
อัปเดตครั้งล่าสุด 2021-10-25
วันที่เผยแพร่ 2021-10-22
คะแนน 4.25/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา james wilson
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BetterCanvas",
    "version": "0.0.999.4",
    "description": "Makes Canvas look better, also has customizable themes.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/issaquah.instructure.com\/*",
                "http:\/\/issaquah.instructure.com\/*",
                "http:\/\/issaquah.instructure.com\/bettercanvas",
                "https:\/\/issaquah.instructure.com\/bettercanvas"
            ],
            "js": [
                "sweetalert\/sweetalert.min.js",
                "content.js"
            ],
            "css": [
                "sweetalert\/sweetalert.css"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "manager.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "darklogo.png"
    ],
    "permissions": [
        "storage",
        "tabs"
    ]
}