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 |
| 电子邮箱 | [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
}
} | |