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”。
擴展截圖
下載Classcraft for Google Classroom擴展crx文件
下載Classcraft for Google Classroom擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | ideedhfhbackfmfnnaepcgogdfgljdag |
官方網址 | 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" ] } |