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
官方URL 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}"
        }
    }
}