BBB Moodle Prettifier

🌟 it will make your ugly moodle shine

BBB Moodle Prettifier क्या है?

BBB Moodle Prettifier Tau द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "🌟 it will make your ugly moodle shine"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में BBB Moodle Prettifier एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
    }
}