Canvas Live Chat
Extension will place a chat window for the class below a stream on Canvas.
Wat is Canvas Live Chat?
Canvas Live Chat is een Chrome-extensie ontwikkeld door simpsonaustin756, en de belangrijkste functie is "Extension will place a chat window for the class below a stream on Canvas.".
Extensie Screenshots
Download het CRX-bestand van de extensie Canvas Live Chat
Download Canvas Live Chat-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Canvas Live Chat |
ID | ejpaglbjdljonlljljegofedlinjiigp |
Officiële URL | https://chromewebstore.google.com/detail/canvas-live-chat/ejpaglbjdljonlljljegofedlinjiigp |
Beschrijving | Extension will place a chat window for the class below a stream on Canvas. |
Bestandsgrootte | 82.93 KB |
Aantal Installaties | 24 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2018-02-01 |
Publicatiedatum | 2018-02-01 |
Ontwikkelaar | simpsonaustin756 |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |