VKlass++

Makes V-Klass prettier and adds color themes and effects

VKlass++ là gì?

VKlass++ là một tiện ích mở rộng Chrome được phát triển bởi Gustav Eneberg, và tính năng chính của nó là "Makes V-Klass prettier and adds color themes and effects".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng VKlass++

Tải xuống các tệp mở rộng VKlass++ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên VKlass++ VKlass++
ID jddjeljknemjbpmmpaoilidefeeliccl
URL Chính Thức https://chromewebstore.google.com/detail/vklass++/jddjeljknemjbpmmpaoilidefeeliccl
Mô tả Makes V-Klass prettier and adds color themes and effects
Kích Thước Tệp 6.69 MB
Số Lần Cài Đặt 73
Phiên Bản Hiện Tại 1.2.0
Cập Nhật Lần Cuối 2022-09-01
Ngày Phát Hành 2021-12-09
Nhà Phát Triển Gustav Eneberg
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://productionone.se/
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}