Make Classroom Great Again
Add more CSS to make the new Google Classroom design look better.
Qu'est-ce que Make Classroom Great Again ?
Make Classroom Great Again est une extension Chrome développée par johnroper100, et sa fonction principale est "Add more CSS to make the new Google Classroom design look better.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Make Classroom Great Again
Téléchargez les fichiers d'extension Make Classroom Great Again au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Make Classroom Great Again |
ID | hcbmndncpmienjnhgphjnfachjkbmmfl |
URL Officiel | https://chromewebstore.google.com/detail/make-classroom-great-agai/hcbmndncpmienjnhgphjnfachjkbmmfl |
Description | Add more CSS to make the new Google Classroom design look better. |
Taille du Fichier | 346 KB |
Nombre d'Installations | 625 |
Version Actuelle | 0.2.12 |
Dernière Mise à Jour | 2019-10-23 |
Date de Publication | 2019-10-23 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | johnroper100 |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://jmroper.com |
URL de la Page d'Aide | http://jmroper.com |
URL de la Page de Politique de Confidentialité | http://jmroper.com |
Langues Prises en Charge | 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\/*" ] } ] } |