MODX Manager Launcher
This extension will launch the MODX Manager of the site you're currently on.
Co je MODX Manager Launcher?
MODX Manager Launcher je rozšíření Chrome vyvinuté jmbuytaert, a jeho hlavní funkcí je „This extension will launch the MODX Manager of the site you're currently on.“.
Stáhnout soubor CRX rozšíření MODX Manager Launcher
Stáhněte si soubory rozšíření MODX Manager Launcher ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
This extension will allow you to quickly open the manager of the site you're currently on in a new tab.
Základní Informace o Rozšíření
Název | |
ID | ccdejokefhhpfiblifnbgkoaehfacohj |
Oficiální URL | https://chrome.google.com/webstore/detail/ccdejokefhhpfiblifnbgkoaehfacohj |
Popis | This extension will launch the MODX Manager of the site you're currently on. |
Velikost souboru | 6.77 KB |
Počet instalací | 21 |
Aktuální Verze | 2.0 |
Poslední Aktualizace | 2015-10-28 |
Datum Vydání | 2015-10-28 |
Hodnocení | 3.50/5 Celkem 2 Hodnocení |
Vývojář | jmbuytaert |
Typ Platby | free |
Podporované Jazyky | 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" ] } |