Kahoot, Quicker

Play Kahoot, Quicker

Kahoot, Quicker क्या है?

Kahoot, Quicker Arlen Yu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Play Kahoot, Quicker"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Kahoot, Quicker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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!                    

एक्सटेंशन की मूल जानकारी

नाम Kahoot, Quicker Kahoot, Quicker
ID nekjmidjbalppbmbahlicbomdngafneo
आधिकारिक URL https://chromewebstore.google.com/detail/kahoot-quicker/nekjmidjbalppbmbahlicbomdngafneo
विवरण Play Kahoot, Quicker
फ़ाइल का आकार 19.83 KB
स्थापना संख्या 10,000
वर्तमान संस्करण 4.1
अंतिम अपडेट 2019-03-03
प्रकाशन तिथि 2019-03-03
रेटिंग 2.75/5 कुल 16 रेटिंग्स
डेवलपर Arlen Yu
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
            ]
        }
    ]
}