Enhancer for Classroom™

UI improvements for Google Classroom

Enhancer for Classroom™คืออะไร?

Enhancer for Classroom™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย saikat0511 และคุณลักษณะหลักของมันคือ "UI improvements for Google Classroom"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Enhancer for Classroom™

ดาวน์โหลดไฟล์ส่วนขยาย Enhancer for Classroom™ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This browser extension adds some quality of life features to Google Classroom™.

Features:

> Functional
  > Download button next to all file attachments
  > Dark mode toggle in navigation bar

> Cosmetic
  > Reduced padding and margins across the whole website
  > Increased border radius of all elements
  > Use a lighter shade of white for background color in light mode

This add-on does not collect data and respects users' privacy.

Updates to the Classroom site may break this extension in the future, please open an issue if you encounter any bugs, or have any new feature suggestions.

Github Repo: https://github.com/saikat0511/GCR-enhancer                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Enhancer for Classroom™ Enhancer for Classroom™
ID nbijdallbnpfkkglpdepfjdlelflfkdc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/enhancer-for-classroom/nbijdallbnpfkkglpdepfjdlelflfkdc
คำอธิบาย UI improvements for Google Classroom
ขนาดไฟล์ 28.66 KB
จำนวนการติดตั้ง 114
เวอร์ชันปัจจุบัน 1.2.1
อัปเดตครั้งล่าสุด 2023-06-23
วันที่เผยแพร่ 2023-06-15
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา saikat0511
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/saikat0511/GCR-enhancer
URL หน้าช่วยเหลือ https://github.com/saikat0511/GCR-enhancer/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/classroom.google.com\/*"
            ],
            "all_frames": true,
            "css": [
                "styles\/style.css"
            ],
            "js": [
                "scripts\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "permissions": [
        "storage"
    ],
    "manifest_version": 3,
    "name": "Enhancer for Classroom\u2122",
    "version": "1.2.1",
    "description": "UI improvements for Google Classroom"
}