HandsUp!
Teacher! Teacher!
What is HandsUp!?
HandsUp! is a Chrome extension developed by handsupforschoolsio, and its main feature is "Teacher! Teacher!".
Extension Screenshots
Download HandsUp! Extension CRX File
Download HandsUp! extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | |
ID | jmmalcijjhhjdlmdemoiabiklimfkmej |
Official URL | https://chrome.google.com/webstore/detail/handsup/jmmalcijjhhjdlmdemoiabiklimfkmej |
Description | Teacher! Teacher! |
File Size | 29.02 KB |
Installation Count | 98 |
Current Version | 1.2 |
Last Updated | 2018-03-09 |
Publish Date | 2018-03-09 |
Developer | handsupforschoolsio |
[email protected] | |
Payment Type | free |
Supported Languages | 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'" } |