Canvas Extended for Auckland University

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

什麼是Canvas Extended for Auckland University?

Canvas Extended for Auckland University是由Oliver Cooper開發的Chrome擴展程式,該擴展的主要功能是“Gives you greater control over Canvas lecture videos, including the speed and quality.”。

擴展截圖

screenshot

下載Canvas Extended for Auckland University擴展crx文件

下載Canvas Extended for Auckland University擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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!                    

擴展基本資訊

名稱 Canvas Extended for Auckland University Canvas Extended for Auckland University
ID aeejfomhpakihdbgceijgnhcanikfjci
官方網址 https://chromewebstore.google.com/detail/canvas-extended-for-auckl/aeejfomhpakihdbgceijgnhcanikfjci
簡介 Gives you greater control over Canvas lecture videos, including the speed and quality.
檔案大小 56.35 KB
安裝次數 530
目前版本 1.0.5
更新時間 2020-04-22
上架時間 2020-04-22
評分 4.75/5 共 4 次評分
開發者 Oliver Cooper
付費類型 free
說明頁面URL http://olivercooper.me/
支援的語言 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
}