Planner - Dark Mode

Take Microsoft Planner to the dark side!

Planner - Dark Modeとは何ですか?

Planner - Dark ModeはMarty Harrisによって開発されたChromeの拡張機能で、その主な機能は「Take Microsoft Planner to the dark side!」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Planner - Dark Mode拡張機能のCRXファイルをダウンロード

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 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
Eメール [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"
    }
}