MODX Manager Launcher
This extension will launch the MODX Manager of the site you're currently on.
Qu'est-ce que MODX Manager Launcher ?
MODX Manager Launcher est une extension Chrome développée par jmbuytaert, et sa fonction principale est "This extension will launch the MODX Manager of the site you're currently on.".
Télécharger le fichier CRX de l'extension MODX Manager Launcher
Téléchargez les fichiers d'extension MODX Manager Launcher au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This extension will allow you to quickly open the manager of the site you're currently on in a new tab.
Informations de Base sur l'Extension
Nom | |
ID | ccdejokefhhpfiblifnbgkoaehfacohj |
URL Officiel | https://chrome.google.com/webstore/detail/ccdejokefhhpfiblifnbgkoaehfacohj |
Description | This extension will launch the MODX Manager of the site you're currently on. |
Taille du Fichier | 6.77 KB |
Nombre d'Installations | 21 |
Version Actuelle | 2.0 |
Dernière Mise à Jour | 2015-10-28 |
Date de Publication | 2015-10-28 |
Évaluation | 3.50/5 Total 2 Évaluations |
Développeur | jmbuytaert |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |