BBB Moodle Prettifier

🌟 it will make your ugly moodle shine

BBB Moodle Prettifier란 무엇입니까?

BBB Moodle Prettifier은(는) Tau에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "🌟 it will make your ugly moodle shine"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

BBB Moodle Prettifier 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
    }
}