Moodle Fixer
Fixes Moodle
Vad är Moodle Fixer?
Moodle Fixer är en Chrome-tillägg utvecklad av StretchyDog, och dess huvudfunktion är "Fixes Moodle".
Tilläggsskärmbilder
Ladda ner Moodle Fixer-förlängningens CRX-fil
Ladda ner Moodle Fixer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
A short script that adds module names to the moodle homepage, as well as an exam paper link for each module. Grundläggande Information om Tillägg
| Namn | |
| ID | nfokiacfbfiibpgbpllkaeneohpcdknl |
| Officiell webbadress | https://chromewebstore.google.com/detail/moodle-fixer/nfokiacfbfiibpgbpllkaeneohpcdknl |
| Beskrivning | Fixes Moodle |
| Filstorlek | 5.66 KB |
| Antal Installationer | 131 |
| Aktuell Version | 3.4.0.0 |
| Senast Uppdaterad | 2018-10-24 |
| Publiceringsdatum | 2018-10-24 |
| Betyg | 4.69/5 Totalt 13 Betyg |
| Utvecklare | StretchyDog |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/Lee1997/Moodle-Fixer |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Moodle Fixer",
"description": "Fixes Moodle",
"version": "3.4.0.0",
"manifest_version": 2,
"icons": {
"128": "moodle.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/2019.moodle.maynoothuniversity.ie\/*\/"
],
"js": [
"fixer.js"
]
}
]
} | |