Power+

A better UI for Canvas LMS

Power+ क्या है?

Power+ https://powerplus.app द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A better UI for Canvas LMS"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Power+ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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}"
        }
    }
}