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!”。
扩展截图
下载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
扩展基本信息
名称 | |
ID | jhmhcpgnignfpolpccammandfgndoanm |
官方URL | 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" ] } ] } |