BBB Moodle Prettifier

🌟 it will make your ugly moodle shine

BBB Moodle Prettifierคืออะไร?

BBB Moodle Prettifier เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tau และคุณลักษณะหลักของมันคือ "🌟 it will make your ugly moodle shine"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BBB Moodle Prettifier

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

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

                        Have you ever wondered why the Moodle of the BBBaden is so ugly?
Well I don't know the reason, but here is some sort of a solution for this problem.                    

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

ชื่อ BBB Moodle Prettifier BBB Moodle Prettifier
ID fbnoacnkmdhnmghankinjgbmlinjpkhg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bbb-moodle-prettifier/fbnoacnkmdhnmghankinjgbmlinjpkhg
คำอธิบาย 🌟 it will make your ugly moodle shine
ขนาดไฟล์ 480 KB
จำนวนการติดตั้ง 37
เวอร์ชันปัจจุบัน 4.1.3
อัปเดตครั้งล่าสุด 2016-09-05
วันที่เผยแพร่ 2016-09-05
คะแนน 5.00/5 รวมทั้งหมด 17 คะแนน
ผู้พัฒนา Tau
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/bash/bbb-moodle-prettifier
URL หน้าช่วยเหลือ https://github.com/bash/bbb-moodle-prettifier/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BBB Moodle Prettifier",
    "short_name": "Moodle Prettifier",
    "homepage_url": "https:\/\/github.com\/bash\/bbb-moodle-prettifier",
    "version": "4.1.3",
    "description": "\ud83c\udf1f it will make your ugly moodle shine",
    "permissions": [
        "https:\/\/moodle.bbbaden.ch\/*",
        "https:\/\/moodle-stage.bbbaden.ch\/*",
        "http:\/\/moodle.bbbaden.ch\/*",
        "storage",
        "downloads",
        "background"
    ],
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/moodle.bbbaden.ch\/*",
                "https:\/\/moodle-stage.bbbaden.ch\/*",
                "http:\/\/moodle.bbbaden.ch\/*"
            ],
            "js": [
                "js\/inject.js"
            ]
        }
    ],
    "icons": {
        "128": "logo.png"
    },
    "web_accessible_resources": [
        "html\/options.html",
        "fonts\/*"
    ],
    "page_action": {
        "default_icon": {
            "128": "logo.png"
        },
        "default_popup": "html\/options.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    }
}