Classcraft Extension
Gamify Your Classroom from Anywhere on the Web!
Classcraft Extensionคืออะไร?
Classcraft Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://classcraft.com และคุณลักษณะหลักของมันคือ "Gamify Your Classroom from Anywhere on the Web!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Classcraft Extension
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } ] } |