Moodle 3.1 Extension
Moodle 3.1 Extension!
What is Moodle 3.1 Extension?
Moodle 3.1 Extension is a Chrome extension developed by agungteja64, and its main feature is "Moodle 3.1 Extension!".
Extension Screenshots
Download Moodle 3.1 Extension Extension CRX File
Download Moodle 3.1 Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | |
ID | pflfkkiffekblnllbaalmoelgpngpagc |
Official URL | https://chrome.google.com/webstore/detail/moodle-31-extension/pflfkkiffekblnllbaalmoelgpngpagc |
Description | Moodle 3.1 Extension! |
File Size | 5.59 MB |
Installation Count | 791 |
Current Version | 1.0 |
Last Updated | 2019-10-29 |
Publish Date | 2019-10-29 |
Rating | 1.00/5 Total 2 Ratings |
Developer | agungteja64 |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Moodle 3.1 Extension", "version": "1.0", "description": "Moodle 3.1 Extension!", "browser_action": { "default_popup": "popup.html", "default_icon": "images\/icon_moodle.png", "icons": "images\/icon_moodle.png" }, "background": { "scripts": [ "jquery\/jquery.js", "background.js" ], "persistent": false }, "options_page": "options.html", "options_ui": { "page": "options.html" }, "permissions": [ "storage", "declarativeContent", "activeTab", "http:\/\/172.105.112.230:8000\/", "background", "notifications" ] } |