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
官方網址 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
電子郵箱 [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"
    }
}