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
电子邮箱 [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\/*"
            ]
        }
    ]
}