GSB Canvas Toolkit

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

Wat is GSB Canvas Toolkit?

GSB Canvas Toolkit is een Chrome-extensie ontwikkeld door jspatrick, en de belangrijkste functie is "This extension helps students batch-download files from Canvas modules.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie GSB Canvas Toolkit

Download GSB Canvas Toolkit-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        A batch-downloader for Canvas at the GSB.                    

Basisinformatie over de Extensie

Naam GSB Canvas Toolkit GSB Canvas Toolkit
ID mbaippddcfcknpoilngmcjheibbdhgnh
Officiële URL https://chromewebstore.google.com/detail/gsb-canvas-toolkit/mbaippddcfcknpoilngmcjheibbdhgnh
Beschrijving This extension helps students batch-download files from Canvas modules.
Bestandsgrootte 2.17 MB
Aantal Installaties 94
Huidige Versie 0.8
Laatst Bijgewerkt 2016-05-06
Publicatiedatum 2016-05-05
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar jspatrick
Betalingswijze free
Ondersteunde Talen 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\/"
    ]
}