Make Classroom Great Again

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

Make Classroom Great Againคืออะไร?

Make Classroom Great Again เป็นส่วนขยายของ Chrome ที่พัฒนาโดย johnroper100 และคุณลักษณะหลักของมันคือ "Add more CSS to make the new Google Classroom design look better."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Make Classroom Great Again

ดาวน์โหลดไฟล์ส่วนขยาย 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\/*"
            ]
        }
    ]
}