WebExtension.net
WebExtension.net
WebExtension.net
WebExtension.net

Clipboard History

Access and manage your clipboard history with ease

Tasks for Canvas – now supporting Blackboard, D2L Brightspace

Tasks for Canvas – now supporting Blackboard, D2L Brightspace

View on Chrome Web Store
4.8 (418 ratings)
1 new ratings
32 views

Data is synced from the Chrome Web Store. View the official store page for the most current information.

A better to-do list sidebar for Canvas, Blackboard, and D2L Brightspace.
Type
Extension
Users
1,000,000 users
50K
Jeff Cheng
Featured Extension

Hand-picked for quality and usefulness

Published
Version 1.5.2
Manifest version
3
Updated
productivity/education
Website
View on Chrome Web Store
Share This Extension

Extension Manifest

{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "A better to-do list sidebar for Canvas, Blackboard, and D2L Brightspace.",
    "version": "1.5.2",
    "manifest_version": 3,
    "name": "Tasks for Canvas \u2013 now supporting Blackboard, D2L Brightspace",
    "action": {
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icon-128.png",
                "options.html"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.