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.”。
擴展截圖
下載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 |
ID | ejpaglbjdljonlljljegofedlinjiigp |
官方網址 | 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" ] } |