Planner - Dark Mode
Take Microsoft Planner to the dark side!
Cos'è Planner - Dark Mode?
Planner - Dark Mode è un'estensione di Chrome sviluppata da Marty Harris, e la sua funzione principale è "Take Microsoft Planner to the dark side!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Planner - Dark Mode
Scarica i file di estensione Planner - Dark Mode in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Planner - Dark Mode |
ID | mnmohepacnhlohgdefiieeglgijicomo |
URL Ufficiale | https://chromewebstore.google.com/detail/planner-dark-mode/mnmohepacnhlohgdefiieeglgijicomo |
Descrizione | Take Microsoft Planner to the dark side! |
Dimensione del File | 35.46 KB |
Conteggio Installazioni | 812 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2021-03-09 |
Data di Pubblicazione | 2021-03-08 |
Valutazione | 3.67/5 Totale 12 Valutazioni |
Sviluppatore | Marty Harris |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |