d2l fast slides

Downloads all slides on page load.

What is d2l fast slides?

d2l fast slides is a Chrome extension developed by stevenjohnston.ca, and its main feature is "Downloads all slides on page load.".

Extension Screenshots

screenshot

Download d2l fast slides Extension CRX File

Download d2l fast slides 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

                        Tired of waiting for slides to load on D2L. Here's a solution.                    

Extension Basic Information

Name d2l fast slides d2l fast slides
ID icgcebcjkmpljmmfmbfkloiniepgnjna
Official URL https://chrome.google.com/webstore/detail/d2l-fast-slides/icgcebcjkmpljmmfmbfkloiniepgnjna
Description Downloads all slides on page load.
File Size 40.03 KB
Installation Count 12
Current Version 1.0.0
Last Updated 2017-09-06
Publish Date 2017-09-06
Rating 5.00/5 Total 1 Ratings
Developer stevenjohnston.ca
Payment Type free
Extension Website https://github.com/StevenJohnston/d2l-fast-slides
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "d2l fast slides",
    "description": "Downloads all slides on page load.",
    "version": "1.0.0",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_title": "D2L Fast Slides",
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.desire2learn.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "tabs",
        "https:\/\/conestoga.desire2learn.com\/"
    ]
}