Daymap Dark Theme
Adds a dark theme to the LMS DayMap used by South Australian public schools.
Daymap Dark Theme란 무엇입니까?
Daymap Dark Theme은(는) Daymap Dark Theme에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds a dark theme to the LMS DayMap used by South Australian public schools."입니다.
확장 프로그램 스크린샷
Daymap Dark Theme 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension adds a dark theme to the LMS used by public schools in South Australia (DayMap). If you are sick of the white theme just download and install this extension! If you find any bugs feel free to report them, either via email, via the support tab or github. Open Source at: https://github.com/Gabriel-06/Daymap-Dark-Theme
확장 프로그램 기본 정보
이름 | |
ID | ocfpbpjfcpjbgaekmdjbnnfcmgkdpphb |
공식 URL | https://chromewebstore.google.com/detail/daymap-dark-theme/ocfpbpjfcpjbgaekmdjbnnfcmgkdpphb |
설명 | Adds a dark theme to the LMS DayMap used by South Australian public schools. |
파일 크기 | 1.62 MB |
설치 횟수 | 163 |
현재 버전 | 1.0.5 |
최근 업데이트 | 2021-02-05 |
출시 날짜 | 2020-02-04 |
평점 | 4.25/5 총 8 개의 평점 |
개발자 | Daymap Dark Theme |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Daymap Dark Theme", "version": "1.0.5", "description": "Adds a dark theme to the LMS DayMap used by South Australian public schools.", "icons": { "16": "DDT_Icons\/DDT_16px.png", "32": "DDT_Icons\/DDT_32px.png", "48": "DDT_Icons\/DDT_48px.png", "64": "DDT_Icons\/DDT_64px.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.sa.edu.au\/*ay*ap\/*" ], "js": [ "content.min.js" ] } ], "author": "Yuehan Xia and Gabriel Csizmadia", "short_name": "DDT" } |