Moodle Tweaks

A browser extension that applies some tweaks to Moodle.

Moodle Tweaks란 무엇입니까?

Moodle Tweaks은(는) PhaserArray에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A browser extension that applies some tweaks to Moodle."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This chrome extension tweaks Moodle learning management systems. It should be compatible with any 3.x Moodle environment. 

The current features include: 

* Single Page Books
* Single Page Dictionaries
* Middle Click Fix
* No Popups
* Prevent Logging Out

You can read more on the Github help wiki: https://github.com/PhaserArray/moodle-tweaks/wiki/Help-(English)
Suggestions and ideas are welcome as Github issues or pull requests: https://github.com/PhaserArray/moodle-tweaks/issues                    

확장 프로그램 기본 정보

이름 Moodle Tweaks Moodle Tweaks
ID laaajenllcbdjdobapjjhecbnlncajca
공식 URL https://chromewebstore.google.com/detail/moodle-tweaks/laaajenllcbdjdobapjjhecbnlncajca
설명 A browser extension that applies some tweaks to Moodle.
파일 크기 55.36 KB
설치 횟수 116
현재 버전 1.0
최근 업데이트 2020-03-21
출시 날짜 2020-03-21
평점 5.00/5 총 1 개의 평점
개발자 PhaserArray
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/PhaserArray/moodle-tweaks
도움말 페이지 URL https://github.com/PhaserArray/moodle-tweaks/wiki/Help-(English)
지원되는 언어 en,et
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "version": "1.0",
    "description": "__MSG_extensionDescription__",
    "homepage_url": "https:\/\/github.com\/PhaserArray\/moodle-extension",
    "manifest_version": 2,
    "default_locale": "en",
    "permissions": [
        "tabs",
        "storage",
        "https:\/\/fonts.googleapis.com\/css"
    ],
    "optional_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "content\/modules\/*"
    ],
    "background": {
        "scripts": [
            "libs\/browser-polyfill.js",
            "libs\/content-scripts-register-polyfill.js",
            "background\/extension-controller.js"
        ],
        "persistent": true
    },
    "icons": {
        "256": "images\/moodle-tweaks-icon-256.png",
        "128": "images\/moodle-tweaks-icon-128.png",
        "96": "images\/moodle-tweaks-icon-96.png",
        "64": "images\/moodle-tweaks-icon-64.png",
        "48": "images\/moodle-tweaks-icon-48.png",
        "38": "images\/moodle-tweaks-icon-38.png",
        "32": "images\/moodle-tweaks-icon-32.png",
        "19": "images\/moodle-tweaks-icon-19.png",
        "16": "images\/moodle-tweaks-icon-16.png"
    },
    "browser_action": {
        "default_icon": {
            "256": "images\/moodle-tweaks-icon-256.png",
            "128": "images\/moodle-tweaks-icon-128.png",
            "96": "images\/moodle-tweaks-icon-96.png",
            "64": "images\/moodle-tweaks-icon-64.png",
            "48": "images\/moodle-tweaks-icon-48.png",
            "38": "images\/moodle-tweaks-icon-38.png",
            "32": "images\/moodle-tweaks-icon-32.png",
            "19": "images\/moodle-tweaks-icon-19.png",
            "16": "images\/moodle-tweaks-icon-16.png"
        },
        "default_title": "Moodle Tweaks Control Panel",
        "default_popup": "popup\/popup.html"
    }
}