Kahoot-Keys

Bind the Kahoot buttons to keys

Qu'est-ce que Kahoot-Keys ?

Kahoot-Keys est une extension Chrome développée par Techniko, et sa fonction principale est "Bind the Kahoot buttons to keys".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Kahoot-Keys

Téléchargez les fichiers d'extension Kahoot-Keys au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Play Kahoot quizzes by pressing keys which correspond to the buttons on-screen

This extension is not endorsed by Kahoot                    

Informations de Base sur l'Extension

Nom Kahoot-Keys Kahoot-Keys
ID gngbidnfnlfbmejacjocpphlbahkaljg
URL Officiel https://chrome.google.com/webstore/detail/kahoot-keys/gngbidnfnlfbmejacjocpphlbahkaljg
Description Bind the Kahoot buttons to keys
Taille du Fichier 23.51 KB
Nombre d'Installations 1,538
Version Actuelle 0.3
Dernière Mise à Jour 2019-01-17
Date de Publication 2019-01-17
Évaluation 3.33/5 Total 3 Évaluations
Développeur Techniko
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
    }
}