HandsUp!

Teacher! Teacher!

O que é HandsUp!?

HandsUp! é uma extensão do Chrome desenvolvida por handsupforschoolsio, e sua principal característica é "Teacher! Teacher!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão HandsUp!

Baixe arquivos de extensão HandsUp! no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome HandsUp! HandsUp!
ID jmmalcijjhhjdlmdemoiabiklimfkmej
URL Oficial https://chrome.google.com/webstore/detail/handsup/jmmalcijjhhjdlmdemoiabiklimfkmej
Descrição Teacher! Teacher!
Tamanho do Arquivo 29.02 KB
Contagem de Instalações 98
Versão Atual 1.2
Última Atualização 2018-03-09
Data de Publicação 2018-03-09
Desenvolvedor handsupforschoolsio
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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'"
}