Power+

A better UI for Canvas LMS

什麼是Power+?

Power+是由https://powerplus.app開發的Chrome擴展程式,該擴展的主要功能是“A better UI for Canvas LMS”。

擴展截圖

screenshot
screenshot
screenshot

下載Power+擴展crx文件

下載Power+擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Power+ gives you the tools you need to succeed. The customizable dashboard shows assignments due today, upcoming assignments, announcements, a calendar, and recent grades are all in one place.

For the full list of features available in Power+, please see the Power+ website at https://powerplus.app.

The Power+ extension runs directly on top of Canvas at the /power+ URL. Power+ collects data about the environment you load Power+ in, including your Canvas instance, OS, ISP, and region. Power+ does not collect any personal information. All personal information used in Power+ is fetched directly from Canvas and is processed locally on your device. To learn more about your privacy on Power+, check the privacy section at https://powerplus.app.

Power+ is 100% open source, documented with JSDoc, and can easily be modified and ran locally. If you're interested in how Power+ works, check out the source code at https://gitlab.com/jottocraft/dtps or send me an email at [email protected].                    

擴展基本資訊

名稱 Power+ Power+
ID pakgdifknldaiglefmpkkgfjndemfapo
官方網址 https://chromewebstore.google.com/detail/power+/pakgdifknldaiglefmpkkgfjndemfapo
簡介 A better UI for Canvas LMS
檔案大小 81.36 KB
安裝次數 653
目前版本 3.3.1
更新時間 2023-09-13
上架時間 2020-06-07
評分 4.60/5 共 10 次評分
開發者 https://powerplus.app
電子郵箱 [email protected]
付費類型 free
擴展官網 https://powerplus.app
說明頁面URL https://jottocraft.com/feedback/?key=dtps
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Power+",
    "description": "A better UI for Canvas LMS",
    "version": "3.3.1",
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "injector.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "loader.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "48": "48.png",
        "128": "128.png"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "{45a61d8d-6de3-4718-b422-a8a777f2d8aa}"
        }
    }
}