HandsUp!
Teacher! Teacher!
Wat is HandsUp!?
HandsUp! is een Chrome-extensie ontwikkeld door handsupforschoolsio, en de belangrijkste functie is "Teacher! Teacher!".
Extensie Screenshots
Download het CRX-bestand van de extensie HandsUp!
Download HandsUp!-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
HandsUp! is an easy solution for letting students in device equipped classrooms let the teacher know they need help. The student simply selects the colors they want for their notification, select the extension in the toolbar and wait!
Basisinformatie over de Extensie
Naam | |
ID | jmmalcijjhhjdlmdemoiabiklimfkmej |
Officiële URL | https://chrome.google.com/webstore/detail/handsup/jmmalcijjhhjdlmdemoiabiklimfkmej |
Beschrijving | Teacher! Teacher! |
Bestandsgrootte | 29.02 KB |
Aantal Installaties | 98 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2018-03-09 |
Publicatiedatum | 2018-03-09 |
Ontwikkelaar | handsupforschoolsio |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "author": "Charles Babbage", "name": "HandsUp!", "description": "Teacher! Teacher!", "version": "1.2", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": "images\/icon.png", "default_popup": "handsup.html" }, "permissions": [ "activeTab", "storage" ], "offline_enabled": true, "options_page": "options.html", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |