Classcraft for Google Classroom

Motivate students with Google Classroom using Classcraft

Classcraft for Google Classroom란 무엇입니까?

Classcraft for Google Classroom은(는) http://classcraft.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Motivate students with Google Classroom using Classcraft"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Classcraft for Google Classroom 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        With Classcraft’s new Chrome extension, you can experience the motivational benefits of Classcraft directly within Google Classroom. Students can view their progress in real time and make their avatar, team, and background a part of the Classroom interface.                    

확장 프로그램 기본 정보

이름 Classcraft for Google Classroom Classcraft for Google Classroom
ID ideedhfhbackfmfnnaepcgogdfgljdag
공식 URL https://chrome.google.com/webstore/detail/classcraft-for-google-cla/ideedhfhbackfmfnnaepcgogdfgljdag
설명 Motivate students with Google Classroom using Classcraft
파일 크기 41.43 KB
설치 횟수 3,000
현재 버전 1.0.2
최근 업데이트 2020-08-26
출시 날짜 2020-03-03
평점 3.50/5 총 2 개의 평점
개발자 http://classcraft.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://game.classcraft.com
도움말 페이지 URL https://help.classcraft.com
개인정보 보호 정책 페이지 URL http://classcraft.com/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Classcraft for Google Classroom",
    "version": "1.0.2",
    "description": "Motivate students with Google Classroom using Classcraft",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/classroom.google.com\/*"
            ],
            "css": [
                "classroom\/style.css"
            ],
            "js": [
                "bootstrap.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/16x16.png",
        "32": "images\/32x32.png",
        "48": "images\/48x48.png",
        "128": "images\/128x128.png"
    },
    "manifest_version": 2,
    "page_action": {
        "default_icon": {
            "16": "images\/16x16.png",
            "32": "images\/32x32.png",
            "48": "images\/48x48.png",
            "128": "images\/128x128.png"
        }
    },
    "permissions": [
        "activeTab",
        "declarativeContent",
        "https:\/\/*.classcraft.com\/*"
    ],
    "web_accessible_resources": [
        "classroom\/*",
        "config.js"
    ]
}