Classcraft for Google Classroom

Motivate students with Google Classroom using Classcraft

Что такое Classcraft for Google Classroom?

Classcraft for Google Classroom - это расширение Chrome, разработанное http://classcraft.com, и его основная функция - "Motivate students with Google Classroom using Classcraft".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Classcraft for Google Classroom

Скачайте файлы расширений Classcraft for Google Classroom в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Classcraft for Google Classroom Classcraft for Google Classroom
ID ideedhfhbackfmfnnaepcgogdfgljdag
Официальный URL https://chrome.google.com/webstore/detail/classcraft-for-google-cla/ideedhfhbackfmfnnaepcgogdfgljdag
Описание Motivate students with Google Classroom using Classcraft
Размер файла 41.43 KB
Количество установок 3,000
Текущая Версия 1.0.2
Последнее Обновление 2020-08-26
Дата публикации 2020-03-03
Рейтинг 3.50/5 Всего 2 оценок
Разработчик http://classcraft.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://game.classcraft.com
URL страницы помощи https://help.classcraft.com
URL страницы политики конфиденциальности http://classcraft.com/privacy-policy
Поддерживаемые языки 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"
    ]
}