Make Classroom Great Again

Add more CSS to make the new Google Classroom design look better.

Make Classroom Great Againとは何ですか?

Make Classroom Great Againはjohnroper100によって開発されたChromeの拡張機能で、その主な機能は「Add more CSS to make the new Google Classroom design look better.」です。

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

screenshot

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

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

拡張機能の使用方法

                        With the new classroom update, the styles were changed to be low in contrast which makes the site hard to read. This extension overrides some of the styles to make classroom look better and be easier to use than it currently is with the new update.                    

拡張機能の基本情報

名前 Make Classroom Great Again Make Classroom Great Again
ID hcbmndncpmienjnhgphjnfachjkbmmfl
公式URL https://chromewebstore.google.com/detail/make-classroom-great-agai/hcbmndncpmienjnhgphjnfachjkbmmfl
説明 Add more CSS to make the new Google Classroom design look better.
ファイルサイズ 346 KB
インストール数 625
現在のバージョン 0.2.12
最終更新日 2019-10-23
公開日 2019-10-23
評価 5.00/5 合計 2 レビュー
開発者 johnroper100
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://jmroper.com
ヘルプページのURL http://jmroper.com
プライバシーポリシーページのURL http://jmroper.com
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Make Classroom Great Again",
    "version": "0.2.12",
    "description": "Add more CSS to make the new Google Classroom design look better.",
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "matches": [
                "https:\/\/classroom.google.com\/*"
            ]
        }
    ]
}