BBB Moodle Prettifier

🌟 it will make your ugly moodle shine

BBB Moodle Prettifier là gì?

BBB Moodle Prettifier là một tiện ích mở rộng Chrome được phát triển bởi Tau, và tính năng chính của nó là "🌟 it will make your ugly moodle shine".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng BBB Moodle Prettifier

Tải xuống các tệp mở rộng BBB Moodle Prettifier dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên BBB Moodle Prettifier BBB Moodle Prettifier
ID fbnoacnkmdhnmghankinjgbmlinjpkhg
URL Chính Thức https://chromewebstore.google.com/detail/bbb-moodle-prettifier/fbnoacnkmdhnmghankinjgbmlinjpkhg
Mô tả 🌟 it will make your ugly moodle shine
Kích Thước Tệp 480 KB
Số Lần Cài Đặt 37
Phiên Bản Hiện Tại 4.1.3
Cập Nhật Lần Cuối 2016-09-05
Ngày Phát Hành 2016-09-05
Đánh Giá 5.00/5 Tổng số 17 Đánh Giá
Nhà Phát Triển Tau
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/bash/bbb-moodle-prettifier
URL Trang Trợ Giúp https://github.com/bash/bbb-moodle-prettifier/issues
Ngôn Ngữ Được Hỗ Trợ 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
    }
}