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 |
| Eメール | [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"
}
} | |