MDK Browser Extension
A collection of userscripts to make Moodle developers' life easier.
What is MDK Browser Extension?
MDK Browser Extension is a Chrome extension developed by FMCorz, and its main feature is "A collection of userscripts to make Moodle developers' life easier.".
Download MDK Browser Extension Extension CRX File
Download MDK Browser 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
Moodle Development Kit - Browser Extension A collection of userscripts to make Moodle developers' life easier.
Extension Basic Information
Name | |
ID | iadpkkojcdoflinpncpkbonnhdlaicnc |
Official URL | https://chrome.google.com/webstore/detail/mdk-browser-extension/iadpkkojcdoflinpncpkbonnhdlaicnc |
Description | A collection of userscripts to make Moodle developers' life easier. |
File Size | 43.27 KB |
Installation Count | 71 |
Current Version | 0.7.1 |
Last Updated | 2013-07-02 |
Publish Date | 2013-07-02 |
Rating | 4.50/5 Total 4 Ratings |
Developer | FMCorz |
Payment Type | free |
Extension Website | http://fmcorz.net |
Help Page URL | http://github.com/danpoltawski/userscripts-moodle |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MDK Browser Extension", "version": "0.7.1", "manifest_version": 2, "description": "A collection of userscripts to make Moodle developers' life easier.", "icons": { "16": "mdk-16.png", "48": "mdk-48.png", "128": "mdk-128.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "mdk-16.png", "default_popup": "popup.html" }, "options_page": "options.html", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |