MODX Manager Launcher

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

什么是MODX Manager Launcher?

MODX Manager Launcher是由jmbuytaert开发的Chrome扩展程序,该扩展的主要功能是“This extension will launch the MODX Manager of the site you're currently on.”。

下载MODX Manager Launcher扩展crx文件

下载MODX Manager Launcher扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 MODX Manager Launcher MODX Manager Launcher
ID ccdejokefhhpfiblifnbgkoaehfacohj
官方URL https://chrome.google.com/webstore/detail/ccdejokefhhpfiblifnbgkoaehfacohj
简介 This extension will launch the MODX Manager of the site you're currently on.
文件大小 6.77 KB
安装次数 21
当前版本 2.0
更新时间 2015-10-28
上架时间 2015-10-28
评分 3.50/5 共2次评分
开发者 jmbuytaert
付费类型 free
支持的语言 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"
    ]
}