WebExtension.net
WebExtension.net

CanvaStyle

View on Chrome Web Store
View CanvaStyle Chrome Extension on Chrome Web Store
0.0 (0 ratings)

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

Give Canvas a new look with CanvaStyle, the ultimate stylization tool for Canvas LMS.
Type
Extension
Users
2 users
waymondrang
View author page of waymondrang
Published
Published on January 14, 2022
Version 1.0.2
Manifest version
3
Updated
Updated on January 14, 2022
View on Chrome Web Store
View CanvaStyle Chrome Extension on Chrome Web Store
productivity/workflow
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CanvaStyle",
    "version": "1.0.2",
    "description": "Give Canvas a new look with CanvaStyle, the ultimate stylization tool for Canvas LMS.",
    "author": "Raymond Wang",
    "manifest_version": 3,
    "action": {
        "default_title": "open popup",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/canvas.ucsd.edu\/*",
                "*:\/\/canvas.eee.uci.edu\/*",
                "*:\/\/canvas.instructure.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "index.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "dm4c.css",
                "popup.html"
            ],
            "matches": [
                "*:\/\/canvas.ucsd.edu\/*",
                "*:\/\/canvas.eee.uci.edu\/*",
                "*:\/\/canvas.instructure.com\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "dm4c16.png",
        "48": "dm4c48.png",
        "128": "dm4c128.png"
    }
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 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.
Go to top