VKlass++

Makes V-Klass prettier and adds color themes and effects

VKlass++คืออะไร?

VKlass++ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Gustav Eneberg และคุณลักษณะหลักของมันคือ "Makes V-Klass prettier and adds color themes and effects"

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

screenshot

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

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

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

                        Changes the look of V-Klass and adds support for creating custom color themes. Comes with premade color themes.                    

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

ชื่อ VKlass++ VKlass++
ID jddjeljknemjbpmmpaoilidefeeliccl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/vklass++/jddjeljknemjbpmmpaoilidefeeliccl
คำอธิบาย Makes V-Klass prettier and adds color themes and effects
ขนาดไฟล์ 6.69 MB
จำนวนการติดตั้ง 73
เวอร์ชันปัจจุบัน 1.2.0
อัปเดตครั้งล่าสุด 2022-09-01
วันที่เผยแพร่ 2021-12-09
ผู้พัฒนา Gustav Eneberg
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://productionone.se/
ภาษาที่รองรับ sv
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "VKlass++",
    "version": "1.2.0",
    "description": "Makes V-Klass prettier and adds color themes and effects",
    "background": {
        "service_worker": "script.js"
    },
    "permissions": [
        "tabs",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/www.vklass.se\/",
        "https:\/\/vklass.se\/"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/default_icon_16.png",
            "48": "icons\/default_icon_48.png",
            "128": "icons\/default_icon_128.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.*"
            ],
            "matches": [
                "https:\/\/www.vklass.se\/*",
                "https:\/\/vklass.se\/*"
            ]
        }
    ],
    "icons": {
        "16": "icons\/default_icon_16.png",
        "48": "icons\/default_icon_48.png",
        "128": "icons\/default_icon_128.png"
    }
}