Canvas Extended for Auckland University

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

Co to jest Canvas Extended for Auckland University?

Canvas Extended for Auckland University to rozszerzenie Chrome opracowane przez Oliver Cooper, a jego główną funkcją jest „Gives you greater control over Canvas lecture videos, including the speed and quality.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Canvas Extended for Auckland University

Pobierz pliki rozszerzeń Canvas Extended for Auckland University w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Canvas Extended for Auckland University Canvas Extended for Auckland University
ID aeejfomhpakihdbgceijgnhcanikfjci
Oficjalny URL https://chromewebstore.google.com/detail/canvas-extended-for-auckl/aeejfomhpakihdbgceijgnhcanikfjci
Opis Gives you greater control over Canvas lecture videos, including the speed and quality.
Rozmiar pliku 56.35 KB
Liczba instalacji 530
Aktualna Wersja 1.0.5
Ostatnia Aktualizacja 2020-04-22
Data Publikacji 2020-04-22
Ocena 4.75/5 Łącznie 4 Oceny
Deweloper Oliver Cooper
Typ Płatności free
Adres URL Strony Pomocy http://olivercooper.me/
Obsługiwane Języki 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
}