Classcraft Extension

Gamify Your Classroom from Anywhere on the Web!

什麼是Classcraft Extension?

Classcraft Extension是由http://classcraft.com開發的Chrome擴展程式,該擴展的主要功能是“Gamify Your Classroom from Anywhere on the Web!”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Classcraft Extension擴展crx文件

下載Classcraft Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Classcraft Extension Classcraft Extension
ID jhmhcpgnignfpolpccammandfgndoanm
官方網址 https://chrome.google.com/webstore/detail/classcraft-extension/jhmhcpgnignfpolpccammandfgndoanm
簡介 Gamify Your Classroom from Anywhere on the Web!
檔案大小 24.79 KB
安裝次數 7,000
目前版本 1.10
更新時間 2019-07-03
上架時間 2019-07-03
評分 5.00/5 共 6 次評分
開發者 http://classcraft.com
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL http://classcraft.com/privacy-policy
支援的語言 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"
            ]
        }
    ]
}