Kahoot-Keys
Bind the Kahoot buttons to keys
O que é Kahoot-Keys?
Kahoot-Keys é uma extensão do Chrome desenvolvida por Techniko, e sua principal característica é "Bind the Kahoot buttons to keys".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Kahoot-Keys
Baixe arquivos de extensão Kahoot-Keys 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
Play Kahoot quizzes by pressing keys which correspond to the buttons on-screen This extension is not endorsed by Kahoot
Informações Básicas da Extensão
Nome | |
ID | gngbidnfnlfbmejacjocpphlbahkaljg |
URL Oficial | https://chrome.google.com/webstore/detail/kahoot-keys/gngbidnfnlfbmejacjocpphlbahkaljg |
Descrição | Bind the Kahoot buttons to keys |
Tamanho do Arquivo | 23.51 KB |
Contagem de Instalações | 1,538 |
Versão Atual | 0.3 |
Última Atualização | 2019-01-17 |
Data de Publicação | 2019-01-17 |
Classificação | 3.33/5 Total de 3 Avaliações |
Desenvolvedor | Techniko |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Kahoot-Keys", "description": "Bind the Kahoot buttons to keys", "version": "0.3", "icons": { "16": "icons\/icon16.png", "38": "icons\/icon38.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": "icons\/icon.png", "default_popup": "options\/options.html" }, "content_scripts": [ { "matches": [ "*:\/\/kahoot.it\/*" ], "js": [ "lib\/arrive.min.js", "lib\/log.min.js", "inject.js" ], "all_frames": true, "match_about_blank": true } ], "permissions": [ "https:\/\/kahoot.it\/*", "*:\/\/*\/*", "storage", "tabs" ], "background": { "scripts": [ "hot-reload.js" ] }, "options_ui": { "page": "options\/options.html", "chrome_style": true } } |