VKlass++
Makes V-Klass prettier and adds color themes and effects
什么是VKlass++?
VKlass++是由Gustav Eneberg开发的Chrome扩展程序,该扩展的主要功能是“Makes V-Klass prettier and adds color themes and effects”。
扩展截图
下载VKlass++扩展crx文件
下载VKlass++扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Changes the look of V-Klass and adds support for creating custom color themes. Comes with premade color themes.
扩展基本信息
名称 | |
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" } } |