Planner - Dark Mode

Take Microsoft Planner to the dark side!

Co je Planner - Dark Mode?

Planner - Dark Mode je rozšíření Chrome vyvinuté Marty Harris, a jeho hlavní funkcí je „Take Microsoft Planner to the dark side!“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Planner - Dark Mode

Stáhněte si soubory rozšíření Planner - Dark Mode ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Planner - Dark Mode Planner - Dark Mode
ID mnmohepacnhlohgdefiieeglgijicomo
Oficiální URL https://chromewebstore.google.com/detail/planner-dark-mode/mnmohepacnhlohgdefiieeglgijicomo
Popis Take Microsoft Planner to the dark side!
Velikost souboru 35.46 KB
Počet instalací 812
Aktuální Verze 0.1
Poslední Aktualizace 2021-03-09
Datum Vydání 2021-03-08
Hodnocení 3.67/5 Celkem 12 Hodnocení
Vývojář Marty Harris
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}