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
Eメール [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"
    ]
}