CanvasTools

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

Cos'è CanvasTools?

CanvasTools è un'estensione di Chrome sviluppata da https://jczstudios.github.io, e la sua funzione principale è "Customize your Canvas experience and do advanced things with your Canvas by Instructure account.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione CanvasTools

Scarica i file di estensione CanvasTools in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome CanvasTools CanvasTools
ID gmdmngbeceipkojacdoljnllcnfpdgce
URL Ufficiale https://chromewebstore.google.com/detail/canvastools/gmdmngbeceipkojacdoljnllcnfpdgce
Descrizione Customize your Canvas experience and do advanced things with your Canvas by Instructure account.
Dimensione del File 2.11 MB
Conteggio Installazioni 2,036
Versione Corrente 0.0.4.4
Ultimo Aggiornamento 2020-09-18
Data di Pubblicazione 2018-05-29
Valutazione 4.64/5 Totale 11 Valutazioni
Sviluppatore https://jczstudios.github.io
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://jczstudios.github.io/canvastools/
Lingue Supportate 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'"
}