BBB Moodle Prettifier
🌟 it will make your ugly moodle shine
ما هو BBB Moodle Prettifier؟
BBB Moodle Prettifier هو إضافة Chrome تم تطويرها بواسطة Tau، والميزة الرئيسية لها هي "🌟 it will make your ugly moodle shine".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة BBB Moodle Prettifier
قم بتنزيل ملفات الامتداد BBB Moodle Prettifier بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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. معلومات أساسية عن التمديد
| الاسم | |
| 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 |
| عنوان صفحة المساعدة | 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
}
} | |