MODX Manager Launcher

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

Co to jest MODX Manager Launcher?

MODX Manager Launcher to rozszerzenie Chrome opracowane przez jmbuytaert, a jego główną funkcją jest „This extension will launch the MODX Manager of the site you're currently on.”.

Pobierz plik CRX rozszerzenia MODX Manager Launcher

Pobierz pliki rozszerzeń MODX Manager Launcher w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa MODX Manager Launcher MODX Manager Launcher
ID ccdejokefhhpfiblifnbgkoaehfacohj
Oficjalny URL https://chrome.google.com/webstore/detail/ccdejokefhhpfiblifnbgkoaehfacohj
Opis This extension will launch the MODX Manager of the site you're currently on.
Rozmiar pliku 6.77 KB
Liczba instalacji 21
Aktualna Wersja 2.0
Ostatnia Aktualizacja 2015-10-28
Data Publikacji 2015-10-28
Ocena 3.50/5 Łącznie 2 Oceny
Deweloper jmbuytaert
Typ Płatności free
Obsługiwane Języki 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"
    ]
}