Marx-Mode

Extension for restyling Conor Mcbride’s Marx system.

Marx-Modeคืออะไร?

Marx-Mode เป็นส่วนขยายของ Chrome ที่พัฒนาโดย giomatonti และคุณลักษณะหลักของมันคือ "Extension for restyling Conor Mcbride’s Marx system."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Marx-Mode

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

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

                        Restyles Conor Mcbride’s Marx system to be easier to read and work with.

Features: 
- Dark Mode
- Clearer divisions between text sections
- Fancy buttons and background
- Fixed alignment bugs.                    

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

ชื่อ Marx-Mode Marx-Mode
ID gmbniglhocommhclbapaebjofodkgjni
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/marx-mode/gmbniglhocommhclbapaebjofodkgjni
คำอธิบาย Extension for restyling Conor Mcbride’s Marx system.
ขนาดไฟล์ 21.74 KB
จำนวนการติดตั้ง 50
เวอร์ชันปัจจุบัน 1.1.25
อัปเดตครั้งล่าสุด 2021-11-02
วันที่เผยแพร่ 2021-10-01
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา giomatonti
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Marx-Mode",
    "version": "1.1.25",
    "description": "Extension for restyling Conor Mcbride\u2019s Marx system.",
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "css": [
                "marx.css"
            ],
            "matches": [
                "https:\/\/personal.cis.strath.ac.uk\/conor.mcbride\/shib\/Marx\/*"
            ]
        }
    ]
}