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
官方URL 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
}