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
官方網址 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
電子郵箱 [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\/*"
            ]
        }
    ]
}