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」です。

拡張機能のスクリーンショット

screenshot

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 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
Eメール [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"
    }
}