Classroom Plus

Create your own assignments on Google Classroom.

Classroom Plusとは何ですか?

Classroom PlusはSidrによって開発されたChromeの拡張機能で、その主な機能は「Create your own assignments on Google Classroom.」です。

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

screenshot
screenshot

Classroom Plus拡張機能のCRXファイルをダウンロード

Classroom Plus拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Classroom Plus is any student's dream. Having six different to-do lists can get annoying, and having all your stuff in the same place can make things a whole lot easier. Classroom Plus makes this possible by turning your Google Classroom to-do page into a personalized to-do list. To add an assignment, simply click the extension icon in the top right-hand corner of the window, enter in a title and a due date, and click "Create assignment." Reload the page, and your assignment will be rendered seamlessly onto the page. Assignments do not expire after due dates, and you can clear your assignments at any time. 

Version 2.4.3 - minor bug fixes                    

拡張機能の基本情報

名前 Classroom Plus Classroom Plus
ID hblfkbdoflbakoblaknbjjhjbgfoofog
公式URL https://chromewebstore.google.com/detail/classroom-plus/hblfkbdoflbakoblaknbjjhjbgfoofog
説明 Create your own assignments on Google Classroom.
ファイルサイズ 78.15 KB
インストール数 50,000
現在のバージョン 2.4.4
最終更新日 2021-03-15
公開日 2018-02-26
評価 3.81/5 合計 26 レビュー
開発者 Sidr
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.sidr.io/apps
ヘルプページのURL https://help.sidr.io/en/articles/5021569-welcome-to-classroom-plus
プライバシーポリシーページのURL https://www.sidr.io/privacy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Classroom Plus",
    "short_name": "Classroom+",
    "description": "Create your own assignments on Google Classroom.",
    "version": "2.4.4",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "icons": {
        "16": "assets\/image\/icon16.png",
        "19": "assets\/image\/icon19.png",
        "48": "assets\/image\/icon48.png",
        "128": "assets\/image\/icon128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/classroom.google.com\/*\/not-turned-in\/all"
            ],
            "js": [
                "display.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "tabs",
        "storage"
    ]
}