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 |
官方網址 | 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" } } |