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