Planner - Dark Mode
Take Microsoft Planner to the dark side!
Co to jest Planner - Dark Mode?
Planner - Dark Mode to rozszerzenie Chrome opracowane przez Marty Harris, a jego główną funkcją jest „Take Microsoft Planner to the dark side!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Planner - Dark Mode
Pobierz pliki rozszerzeń Planner - Dark Mode w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Planner - Dark Mode |
ID | mnmohepacnhlohgdefiieeglgijicomo |
Oficjalny URL | https://chromewebstore.google.com/detail/planner-dark-mode/mnmohepacnhlohgdefiieeglgijicomo |
Opis | Take Microsoft Planner to the dark side! |
Rozmiar pliku | 35.46 KB |
Liczba instalacji | 812 |
Aktualna Wersja | 0.1 |
Ostatnia Aktualizacja | 2021-03-09 |
Data Publikacji | 2021-03-08 |
Ocena | 3.67/5 Łącznie 12 Oceny |
Deweloper | Marty Harris |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |