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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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"
}
} | |