Add to Google Classroom
This extension adds the current site to Google Classroom
什么是Add to Google Classroom?
Add to Google Classroom是由https://canopy.education开发的Chrome扩展程序,该扩展的主要功能是“This extension adds the current site to Google Classroom”。
扩展截图
下载Add to Google Classroom扩展crx文件
下载Add to Google Classroom扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Save sites from around the web back to Google Classroom. Just click the Google Classroom button to save the site to your selected Google Classroom, to share with students as an announcement or an assignment. Note - you need to have a teacher account on Google Classroom for this extension to work.
扩展基本信息
名称 | Add to Google Classroom |
ID | oaobmlmjmhedmlphfdmdjpppjmcljnkp |
官方URL | https://chromewebstore.google.com/detail/add-to-google-classroom/oaobmlmjmhedmlphfdmdjpppjmcljnkp |
简介 | This extension adds the current site to Google Classroom |
文件大小 | 18.64 KB |
安装次数 | 400,000 |
当前版本 | 1.7 |
更新时间 | 2022-12-30 |
上架时间 | 2015-12-27 |
评分 | 4.18/5 共104次评分 |
开发者 | https://canopy.education |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.canopy.education/post/add-to-google-classroom |
隐私政策页面URL | https://www.canopy.education/privacy-policy |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Add to Google Classroom", "description": "This extension adds the current site to Google Classroom", "version": "1.7", "permissions": [ "tabs" ], "background": { "service_worker": "background.js" }, "content_security_policy": { "extension_pages": "default-src 'self'" }, "action": [], "icons": { "16": "16.png", "48": "48.png", "128": "128.png" } } |