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 |
| 官方網址 | 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
}
} | |