GSB Canvas Toolkit

This extension helps students batch-download files from Canvas modules.

What is GSB Canvas Toolkit?

GSB Canvas Toolkit is a Chrome extension developed by jspatrick, and its main feature is "This extension helps students batch-download files from Canvas modules.".

Extension Screenshots

screenshot

Download GSB Canvas Toolkit Extension CRX File

Download GSB Canvas Toolkit extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        A batch-downloader for Canvas at the GSB.                    

Extension Basic Information

Name GSB Canvas Toolkit GSB Canvas Toolkit
ID mbaippddcfcknpoilngmcjheibbdhgnh
Official URL https://chromewebstore.google.com/detail/gsb-canvas-toolkit/mbaippddcfcknpoilngmcjheibbdhgnh
Description This extension helps students batch-download files from Canvas modules.
File Size 2.17 MB
Installation Count 94
Current Version 0.8
Last Updated 2016-05-06
Publish Date 2016-05-05
Rating 5.00/5 Total 1 Ratings
Developer jspatrick
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GSB Canvas Toolkit",
    "description": "This extension helps students batch-download files from Canvas modules.",
    "icons": {
        "32": "icon_32.png",
        "64": "icon_64.png"
    },
    "version": "0.8",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/courses.gsb.stanford.edu\/*\/modules",
                "http:\/\/courses.gsb.stanford.edu\/*"
            ],
            "js": [
                "jquery-2.1.3.min.js",
                "parse.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon_32.png",
        "default_popup": "popup.html",
        "default_title": "Download Canvas Files"
    },
    "permissions": [
        "activeTab",
        "downloads",
        "https:\/\/ajax.googleapis.com\/"
    ]
}