Darkmode for Classroom
Make Google Classroom Dark
Darkmode for Classroom란 무엇입니까?
Darkmode for Classroom은(는) https://jtlr.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Make Google Classroom Dark"입니다.
확장 프로그램 스크린샷
Darkmode for Classroom 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Classroom is a popular website for students and educators. Unlike most modern websites, Classroom doesn't have a dark mode. This free extension adds dark mode to Classroom. This is extension simply applies code to Classroom to make it dark mode, all under 100kb. It takes two click to make Classroom dark mode. This is a free extension by JTLR Tech Chrome.
확장 프로그램 기본 정보
이름 | Darkmode for Classroom |
ID | aodninbopfbgghmjhgdobcafmbpeimlb |
공식 URL | https://chromewebstore.google.com/detail/darkmode-for-classroom/aodninbopfbgghmjhgdobcafmbpeimlb |
설명 | Make Google Classroom Dark |
파일 크기 | 157 KB |
설치 횟수 | 1,000 |
현재 버전 | 0.0.2 |
최근 업데이트 | 2024-01-30 |
출시 날짜 | 2021-10-26 |
평점 | 4.80/5 총 5 개의 평점 |
개발자 | https://jtlr.org |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://jtlr.org/chrome/dark-mode-for-classroom/ |
도움말 페이지 URL | https://jtlr.org/chrome/dark-mode-for-classroom/ |
개인정보 보호 정책 페이지 URL | https://tracking.jtlrgroup.com/chromeprivacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Darkmode for Classroom", "version": "0.0.2", "description": "Make Google Classroom Dark", "homepage_url": "http:\/\/jtlrgroup.com", "icons": { "128": "classroom.png" }, "default_locale": "en", "permissions": [ "https:\/\/classroom.google.com\/*\/*\/*" ], "content_scripts": [ { "matches": [ "https:\/\/classroom.google.com\/*" ], "css": [ "src\/inject\/inject.css" ] } ] } |