Planner - Dark Mode
Take Microsoft Planner to the dark side!
Planner - Dark Modeคืออะไร?
Planner - Dark Mode เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Marty Harris และคุณลักษณะหลักของมันคือ "Take Microsoft Planner to the dark side!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Planner - Dark Mode
ดาวน์โหลดไฟล์ส่วนขยาย Planner - Dark Mode ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" } } |