Planner - Dark Mode
Take Microsoft Planner to the dark side!
Planner - Dark Mode란 무엇입니까?
Planner - Dark Mode은(는) Marty Harris에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Take Microsoft Planner to the dark side!"입니다.
확장 프로그램 스크린샷
Planner - Dark Mode 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Makes Microsoft Planner render in Dark Mode - the same as when it renders within Teams configured for Dark Mode. It only uses CSS classes and styles that Microsoft include within the product - it doesn't add any new styles, it simply forces the selection of Dark Mode. Note that Microsoft often change Planner and how it renders, so this may stop working at any time! This extension does not collect any Planner or identity or other data. It only changes pages hosted at tasks.microsoft.com.
확장 프로그램 기본 정보
이름 | Planner - Dark Mode |
ID | mnmohepacnhlohgdefiieeglgijicomo |
공식 URL | https://chromewebstore.google.com/detail/planner-dark-mode/mnmohepacnhlohgdefiieeglgijicomo |
설명 | Take Microsoft Planner to the dark side! |
파일 크기 | 35.46 KB |
설치 횟수 | 812 |
현재 버전 | 0.1 |
최근 업데이트 | 2021-03-09 |
출시 날짜 | 2021-03-08 |
평점 | 3.67/5 총 12 개의 평점 |
개발자 | Marty Harris |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Planner - Dark Mode", "version": "0.1", "description": "Take Microsoft Planner to the dark side!", "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/tasks.office.com\/*" ], "js": [ "jquery-3.4.1.min.js", "PlannerDarkMode.js" ], "run_at": "document_start" } ], "icons": { "128": "DarkPlanner128.png" } } |