VKlass++
Makes V-Klass prettier and adds color themes and effects
Vad är VKlass++?
VKlass++ är en Chrome-tillägg utvecklad av Gustav Eneberg, och dess huvudfunktion är "Makes V-Klass prettier and adds color themes and effects".
Tilläggsskärmbilder
Ladda ner VKlass++-förlängningens CRX-fil
Ladda ner VKlass++-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Changes the look of V-Klass and adds support for creating custom color themes. Comes with premade color themes. Grundläggande Information om Tillägg
| Namn | |
| ID | jddjeljknemjbpmmpaoilidefeeliccl |
| Officiell webbadress | https://chromewebstore.google.com/detail/vklass++/jddjeljknemjbpmmpaoilidefeeliccl |
| Beskrivning | Makes V-Klass prettier and adds color themes and effects |
| Filstorlek | 6.69 MB |
| Antal Installationer | 73 |
| Aktuell Version | 1.2.0 |
| Senast Uppdaterad | 2022-09-01 |
| Publiceringsdatum | 2021-12-09 |
| Utvecklare | Gustav Eneberg |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://productionone.se/ |
| Stödda Språk | 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"
}
} | |