Make Classroom Great Again
Add more CSS to make the new Google Classroom design look better.
What is Make Classroom Great Again?
Make Classroom Great Again is a Chrome extension developed by johnroper100, and its main feature is "Add more CSS to make the new Google Classroom design look better.".
Extension Screenshots
Download Make Classroom Great Again Extension CRX File
Download Make Classroom Great Again extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Make Classroom Great Again |
ID | hcbmndncpmienjnhgphjnfachjkbmmfl |
Official URL | https://chromewebstore.google.com/detail/make-classroom-great-agai/hcbmndncpmienjnhgphjnfachjkbmmfl |
Description | Add more CSS to make the new Google Classroom design look better. |
File Size | 346 KB |
Installation Count | 625 |
Current Version | 0.2.12 |
Last Updated | 2019-10-23 |
Publish Date | 2019-10-23 |
Rating | 5.00/5 Total 2 Ratings |
Developer | johnroper100 |
[email protected] | |
Payment Type | free |
Extension Website | http://jmroper.com |
Help Page URL | http://jmroper.com |
Privacy Policy Page URL | http://jmroper.com |
Supported Languages | 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\/*" ] } ] } |