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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } ] } |