Classcraft for Google Classroom

Motivate students with Google Classroom using Classcraft

Co je Classcraft for Google Classroom?

Classcraft for Google Classroom je rozšíření Chrome vyvinuté http://classcraft.com, a jeho hlavní funkcí je „Motivate students with Google Classroom using Classcraft“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Classcraft for Google Classroom

Stáhněte si soubory rozšíření Classcraft for Google Classroom 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 new Chrome extension, you can experience the motivational benefits of Classcraft directly within Google Classroom. Students can view their progress in real time and make their avatar, team, and background a part of the Classroom interface.                    

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

Název Classcraft for Google Classroom Classcraft for Google Classroom
ID ideedhfhbackfmfnnaepcgogdfgljdag
Oficiální URL https://chrome.google.com/webstore/detail/classcraft-for-google-cla/ideedhfhbackfmfnnaepcgogdfgljdag
Popis Motivate students with Google Classroom using Classcraft
Velikost souboru 41.43 KB
Počet instalací 3,000
Aktuální Verze 1.0.2
Poslední Aktualizace 2020-08-26
Datum Vydání 2020-03-03
Hodnocení 3.50/5 Celkem 2 Hodnocení
Vývojář http://classcraft.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://game.classcraft.com
URL Stránky Nápovědy https://help.classcraft.com
URL Stránky Zásad Ochrany Soukromí http://classcraft.com/privacy-policy
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Classcraft for Google Classroom",
    "version": "1.0.2",
    "description": "Motivate students with Google Classroom using Classcraft",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/classroom.google.com\/*"
            ],
            "css": [
                "classroom\/style.css"
            ],
            "js": [
                "bootstrap.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/16x16.png",
        "32": "images\/32x32.png",
        "48": "images\/48x48.png",
        "128": "images\/128x128.png"
    },
    "manifest_version": 2,
    "page_action": {
        "default_icon": {
            "16": "images\/16x16.png",
            "32": "images\/32x32.png",
            "48": "images\/48x48.png",
            "128": "images\/128x128.png"
        }
    },
    "permissions": [
        "activeTab",
        "declarativeContent",
        "https:\/\/*.classcraft.com\/*"
    ],
    "web_accessible_resources": [
        "classroom\/*",
        "config.js"
    ]
}