MODX Manager Launcher

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

O que é MODX Manager Launcher?

MODX Manager Launcher é uma extensão do Chrome desenvolvida por jmbuytaert, e sua principal característica é "This extension will launch the MODX Manager of the site you're currently on.".

Baixar o arquivo CRX da Extensão MODX Manager Launcher

Baixe arquivos de extensão MODX Manager Launcher no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome MODX Manager Launcher MODX Manager Launcher
ID ccdejokefhhpfiblifnbgkoaehfacohj
URL Oficial https://chrome.google.com/webstore/detail/ccdejokefhhpfiblifnbgkoaehfacohj
Descrição This extension will launch the MODX Manager of the site you're currently on.
Tamanho do Arquivo 6.77 KB
Contagem de Instalações 21
Versão Atual 2.0
Última Atualização 2015-10-28
Data de Publicação 2015-10-28
Classificação 3.50/5 Total de 2 Avaliações
Desenvolvedor jmbuytaert
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}