MODX Manager Launcher

This extension will launch the MODX Manager of the site you're currently on.

What is MODX Manager Launcher?

MODX Manager Launcher is a Chrome extension developed by jmbuytaert, and its main feature is "This extension will launch the MODX Manager of the site you're currently on.".

Download MODX Manager Launcher Extension CRX File

Download MODX Manager Launcher 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

                        This extension will allow you to quickly open the manager of the site you're currently on in a new tab.                    

Extension Basic Information

Name MODX Manager Launcher MODX Manager Launcher
ID ccdejokefhhpfiblifnbgkoaehfacohj
Official URL https://chrome.google.com/webstore/detail/ccdejokefhhpfiblifnbgkoaehfacohj
Description This extension will launch the MODX Manager of the site you're currently on.
File Size 6.77 KB
Installation Count 21
Current Version 2.0
Last Updated 2015-10-28
Publish Date 2015-10-28
Rating 3.50/5 Total 2 Ratings
Developer jmbuytaert
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MODX Manager Launcher",
    "description": "This extension will launch the MODX Manager of the site you're currently on.",
    "version": "2.0",
    "background": {
        "scripts": [
            "modxmanager.js"
        ]
    },
    "browser_action": {
        "default_icon": "modx-logo-38x38.png"
    },
    "permissions": [
        "activeTab"
    ]
}