CanvasTools

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

O que é CanvasTools?

CanvasTools é uma extensão do Chrome desenvolvida por https://jczstudios.github.io, e sua principal característica é "Customize your Canvas experience and do advanced things with your Canvas by Instructure account.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão CanvasTools

Baixe arquivos de extensão CanvasTools no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome CanvasTools CanvasTools
ID gmdmngbeceipkojacdoljnllcnfpdgce
URL Oficial https://chromewebstore.google.com/detail/canvastools/gmdmngbeceipkojacdoljnllcnfpdgce
Descrição Customize your Canvas experience and do advanced things with your Canvas by Instructure account.
Tamanho do Arquivo 2.11 MB
Contagem de Instalações 2,036
Versão Atual 0.0.4.4
Última Atualização 2020-09-18
Data de Publicação 2018-05-29
Classificação 4.64/5 Total de 11 Avaliações
Desenvolvedor https://jczstudios.github.io
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://jczstudios.github.io/canvastools/
Idiomas Suportados 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'"
}