Environment Monitor

Monitors services (like Apache, Tomcat) and packages etc. on environments

ما هو Environment Monitor؟

Environment Monitor هو إضافة Chrome تم تطويرها بواسطة Ricardo Torres، والميزة الرئيسية لها هي "Monitors services (like Apache, Tomcat) and packages etc. on environments".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Environment Monitor

قم بتنزيل ملفات الامتداد Environment Monitor بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Check our project website for detailed docs.

http://rictorres.github.io/environment-monitor                    

معلومات أساسية عن التمديد

الاسم Environment Monitor Environment Monitor
ID eghfpbpdljpbkcdakoljbeifhgpfbfme
عنوان URL الرسمي https://chromewebstore.google.com/detail/environment-monitor/eghfpbpdljpbkcdakoljbeifhgpfbfme
الوصف Monitors services (like Apache, Tomcat) and packages etc. on environments
حجم الملف 662 KB
عدد التثبيتات 36
النسخة الحالية 0.2.3
آخر تحديث 2014-10-15
تاريخ النشر 2014-10-15
تقييم 5.00/5 مجموع تقييمات 1
المطور Ricardo Torres
نوع الدفع free
موقع الإضافة https://github.com/rictorres/environment-monitor
عنوان صفحة المساعدة https://github.com/rictorres/environment-monitor/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.2.3",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "assets\/images\/icon-grey-16.png",
        "128": "assets\/images\/icon-grey-128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "notifications",
        "storage",
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "assets\/images\/icon-grey-128.png",
        "assets\/images\/icon-green-128.png",
        "assets\/images\/icon-red-128.png"
    ],
    "browser_action": {
        "default_icon": {
            "16": "assets\/images\/icon-grey-16.png",
            "19": "assets\/images\/icon-grey-19.png",
            "38": "assets\/images\/icon-grey-38.png"
        },
        "default_title": "Environment Monitor",
        "default_popup": "popup.html"
    },
    "options_page": "options.html"
}