MODX Manager Launcher
This extension will launch the MODX Manager of the site you're currently on.
ما هو MODX Manager Launcher؟
MODX Manager Launcher هو إضافة Chrome تم تطويرها بواسطة jmbuytaert، والميزة الرئيسية لها هي "This extension will launch the MODX Manager of the site you're currently on.".
تحميل ملف CRX للإضافة MODX Manager Launcher
قم بتنزيل ملفات الامتداد MODX Manager Launcher بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension will allow you to quickly open the manager of the site you're currently on in a new tab.
معلومات أساسية عن التمديد
الاسم | |
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" ] } |