Classcraft Extension

Gamify Your Classroom from Anywhere on the Web!

Co je Classcraft Extension?

Classcraft Extension je rozšíření Chrome vyvinuté http://classcraft.com, a jeho hlavní funkcí je „Gamify Your Classroom from Anywhere on the Web!“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Classcraft Extension

Stáhněte si soubory rozšíření Classcraft Extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        With Classcraft’s Chrome extension, you can enjoy uninterrupted browsing and manage your classroom all at the same time.

XP, HP, and GP
Encourage positive behavior and discourage bad behavior by awarding points to students, teams, or the whole class
Award custom XP, HP, and GP on the fly to manage behavior
Get visual feedback when you award or remove points
Keep class focus by automatically delaying damage

Classes
Access all of your classes and their associated students and teams
Quickly switch to game to add new classes and students

More
Review your Classcraft profile and subscription information in a single click
Get support anytime by accessing Help Section
Jump to full web app version of any page in seconds

Discover us at classcraft.com                    

Základní Informace o Rozšíření

Název Classcraft Extension Classcraft Extension
ID jhmhcpgnignfpolpccammandfgndoanm
Oficiální URL https://chrome.google.com/webstore/detail/classcraft-extension/jhmhcpgnignfpolpccammandfgndoanm
Popis Gamify Your Classroom from Anywhere on the Web!
Velikost souboru 24.79 KB
Počet instalací 7,000
Aktuální Verze 1.10
Poslední Aktualizace 2019-07-03
Datum Vydání 2019-07-03
Hodnocení 5.00/5 Celkem 6 Hodnocení
Vývojář http://classcraft.com
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí http://classcraft.com/privacy-policy
Podporované Jazyky en,fr,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "Classcraft studio",
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "default_locale": "en",
    "version": "1.10",
    "icons": {
        "16": "images\/icon-16x16.png",
        "48": "images\/icon-48x48.png",
        "128": "images\/icon-128x128.png"
    },
    "permissions": [
        "*:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/icon-16x16.png",
            "48": "images\/icon-48x48.png",
            "128": "images\/icon-128x128.png"
        }
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "contentScript.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ]
}