Canvas Extended for Auckland University

Gives you greater control over Canvas lecture videos, including the speed and quality.

Co je Canvas Extended for Auckland University?

Canvas Extended for Auckland University je rozšíření Chrome vyvinuté Oliver Cooper, a jeho hlavní funkcí je „Gives you greater control over Canvas lecture videos, including the speed and quality.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Canvas Extended for Auckland University

Stáhněte si soubory rozšíření Canvas Extended for Auckland University ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        To use Canvas Extended, open a lecture recording on Canvas (it should have .preview at the end of the URL). That's it! For assistance or to report bugs visit the support link.

IMPORTANT: You MUST uninstall the 'Canvas Video Enhancer' extension for this to work correctly!                    

Základní Informace o Rozšíření

Název Canvas Extended for Auckland University Canvas Extended for Auckland University
ID aeejfomhpakihdbgceijgnhcanikfjci
Oficiální URL https://chromewebstore.google.com/detail/canvas-extended-for-auckl/aeejfomhpakihdbgceijgnhcanikfjci
Popis Gives you greater control over Canvas lecture videos, including the speed and quality.
Velikost souboru 56.35 KB
Počet instalací 530
Aktuální Verze 1.0.5
Poslední Aktualizace 2020-04-22
Datum Vydání 2020-04-22
Hodnocení 4.75/5 Celkem 4 Hodnocení
Vývojář Oliver Cooper
Typ Platby free
URL Stránky Nápovědy http://olivercooper.me/
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Canvas Extended for Auckland University",
    "version": "1.0.5",
    "description": "Gives you greater control over Canvas lecture videos, including the speed and quality.",
    "permissions": [
        "*:\/\/mediastore.auckland.ac.nz\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mediastore.auckland.ac.nz\/*.preview"
            ],
            "js": [
                "jquery.js",
                "main.js"
            ],
            "css": [
                "main.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2
}