Canvas Live Chat

Extension will place a chat window for the class below a stream on Canvas.

什么是Canvas Live Chat?

Canvas Live Chat是由simpsonaustin756开发的Chrome扩展程序,该扩展的主要功能是“Extension will place a chat window for the class below a stream on Canvas.”。

扩展截图

screenshot

下载Canvas Live Chat扩展crx文件

下载Canvas Live Chat扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Extends the functionality of any canvas video stream by adding the dedicated class chat to the same page as the stream itself. This makes it easier to follow the content of the actual stream, stay involved in the chat, and reduce the potential for missing pings.                    

扩展基本信息

名称 Canvas Live Chat Canvas Live Chat
ID ejpaglbjdljonlljljegofedlinjiigp
官方URL https://chromewebstore.google.com/detail/canvas-live-chat/ejpaglbjdljonlljljegofedlinjiigp
简介 Extension will place a chat window for the class below a stream on Canvas.
文件大小 82.93 KB
安装次数 24
当前版本 1.0
更新时间 2018-02-01
上架时间 2018-02-01
开发者 simpsonaustin756
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Canvas Live Chat",
    "short_name": "Live Chat",
    "description": "Extension will place a chat window for the class below a stream on Canvas.",
    "version": "1.0",
    "author": "Austin Simpson",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.instructure.com\/*"
            ],
            "js": [
                "jquery-3.2.1.min.js",
                "livechat.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "settings.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}