CanvasTools

Customize your Canvas experience and do advanced things with your Canvas by Instructure account.

Hvad er CanvasTools?

CanvasTools er en Chrome-udvidelse udviklet af https://jczstudios.github.io, og dens hovedfunktion er "Customize your Canvas experience and do advanced things with your Canvas by Instructure account.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download CanvasTools-udvidelses-CRX-fil

Download CanvasTools-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        FEATURES
• Customize your colors
• Message students from any tab
• Receive a notifications when someone messages you
• Download Canvas modules offline
• Submit files as assignments just by right-clicking
• Add custom elements to your content using the Editor
• Search through your pages, courses, groups, and assignments using the Chrome omnibar
• Adds a Mark All Read button to Conversations
• Automatically login
• Integrates with the Canvas API
• Use the editor to add custom buttons, badges, and more to your posts
• Easily set a footer with the editor then copy and paste it by right clicking in Canvas

Canvas administrators, please visit our website to learn more about how we can help your institution for free!

CanvasTools is an advanced set of tools that allows you to customize the way that Canvas by Instructure looks and do advanced things with your Canvas account. Change the default colors of Canvas even if your institution has already set them. The aesthetic changes you make with CanvasTools only appear on your Canvas. CanvasTools will work with any website using a Instructure subdomain. With CanvasTools, you can message your peers from any tab. No need to open Canvas just to message a friend. CanvasTools is constantly receiving new updates with new features and functions. We hope to better your life on Canvas!

UPDATE LOG: https://github.com/jczstudios/canvastools/wiki/Update-Log

*CanvasTools is not affiliated or owned by Instructure. Please do not contact Canvas for help with this extension, use the support tool instead.

**The creator of CanvasTools does not condone the use of these tools for any cheating, deception, spamming, etc. Please use at your own risk.                    

Grundlæggende oplysninger om udvidelsen

Navn CanvasTools CanvasTools
ID gmdmngbeceipkojacdoljnllcnfpdgce
Officiel URL https://chromewebstore.google.com/detail/canvastools/gmdmngbeceipkojacdoljnllcnfpdgce
Beskrivelse Customize your Canvas experience and do advanced things with your Canvas by Instructure account.
Filstørrelse 2.11 MB
Antal Installationer 2,036
Nuværende Version 0.0.4.4
Senest Opdateret 2020-09-18
Udgivelsesdato 2018-05-29
Bedømmelse 4.64/5 Samlet 11 Bedømmelser
Udvikler https://jczstudios.github.io
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://jczstudios.github.io/canvastools/
Understøttede Sprog en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CanvasTools",
    "description": "Customize your Canvas experience and do advanced things with your Canvas by Instructure account.",
    "version": "0.0.4.4",
    "optional_permissions": [
        "*:\/\/*\/*",
        "downloads",
        ""
    ],
    "icons": {
        "128": "assets\/images\/icon.png"
    },
    "omnibox": {
        "keyword": "canvas"
    },
    "background": {
        "page": "background.html"
    },
    "commands": {
        "open-canvas": {
            "suggested_key": {
                "default": "Ctrl+Space"
            },
            "description": "Open Canvas"
        }
    },
    "content_scripts": [
        {
            "js": [
                "vendor\/jQuery\/jquery-3.2.1.min.js",
                "js\/custom-colors-content.js",
                "vendor\/bootstrap-tour\/js\/bootstrap-tour-standalone.min.js",
                "vendor\/handlebars\/js\/handlebars-v4.0.11.js",
                "js\/content.js",
                "vendor\/jszip\/FileSaver.js",
                "vendor\/jszip\/jszip.min.js",
                "js\/content\/download-course.js",
                "api\/canvas-code.js"
            ],
            "css": [
                "vendor\/bootstrap-tour\/css\/bootstrap-tour-standalone.min.css",
                "css\/content.css"
            ],
            "matches": [
                "https:\/\/*.instructure.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "CanvasTools"
    },
    "web_accessible_resources": [
        "js\/api.js",
        "assets\/*"
    ],
    "permissions": [
        "webRequest",
        "storage",
        "notifications",
        "alarms",
        "webRequestBlocking",
        "unlimitedStorage",
        "contextMenus",
        "*:\/\/*.instructure.com\/*"
    ],
    "options_page": "options.html",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.instructure.com\/*",
            "https:\/\/canvastools-demo.glitch.me\/*",
            "https:\/\/jczstudios.github.io\/*"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/apis.google.com; object-src 'self'"
}