Planner - Dark Mode
Take Microsoft Planner to the dark side!
Qu'est-ce que Planner - Dark Mode ?
Planner - Dark Mode est une extension Chrome développée par Marty Harris, et sa fonction principale est "Take Microsoft Planner to the dark side!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Planner - Dark Mode
Téléchargez les fichiers d'extension Planner - Dark Mode au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Planner - Dark Mode |
ID | mnmohepacnhlohgdefiieeglgijicomo |
URL Officiel | https://chromewebstore.google.com/detail/planner-dark-mode/mnmohepacnhlohgdefiieeglgijicomo |
Description | Take Microsoft Planner to the dark side! |
Taille du Fichier | 35.46 KB |
Nombre d'Installations | 812 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2021-03-09 |
Date de Publication | 2021-03-08 |
Évaluation | 3.67/5 Total 12 Évaluations |
Développeur | Marty Harris |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |