Classcraft for Google Classroom

Motivate students with Google Classroom using Classcraft

什么是Classcraft for Google Classroom?

Classcraft for Google Classroom是由http://classcraft.com开发的Chrome扩展程序,该扩展的主要功能是“Motivate students with Google Classroom using Classcraft”。

扩展截图

screenshot
screenshot
screenshot

下载Classcraft for Google Classroom扩展crx文件

下载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"
    ]
}