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」です。
拡張機能のスクリーンショット
BBB Moodle Prettifier拡張機能のCRXファイルをダウンロード
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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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
}
} | |