Kahoot, Quicker

Play Kahoot, Quicker

O que é Kahoot, Quicker?

Kahoot, Quicker é uma extensão do Chrome desenvolvida por Arlen Yu, e sua principal característica é "Play Kahoot, Quicker".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Kahoot, Quicker

Baixe arquivos de extensão Kahoot, Quicker 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

                        Kahoot, Quicker allows you to play Kahoot quicker by binding the Q, W, E, R keys on the keyboard to Red, Blue, Yellow, and Green. This is much faster than having to click the squares individually. Enjoy!                    

Informações Básicas da Extensão

Nome Kahoot, Quicker Kahoot, Quicker
ID nekjmidjbalppbmbahlicbomdngafneo
URL Oficial https://chromewebstore.google.com/detail/kahoot-quicker/nekjmidjbalppbmbahlicbomdngafneo
Descrição Play Kahoot, Quicker
Tamanho do Arquivo 19.83 KB
Contagem de Instalações 10,000
Versão Atual 4.1
Última Atualização 2019-03-03
Data de Publicação 2019-03-03
Classificação 2.75/5 Total de 16 Avaliações
Desenvolvedor Arlen Yu
Email [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, Quicker",
    "description": "Play Kahoot, Quicker",
    "version": "4.1",
    "author": "Arlen Yu",
    "browser_action": {
        "default_title": "Kahoot, Quicker",
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/kahoot.it\/*"
            ],
            "js": [
                "js\/kahoot.js"
            ]
        }
    ]
}