Server Monitoring

Check whether servers are online or not and get notified via Notification Popups

什么是Server Monitoring?

Server Monitoring是由limepix开发的Chrome扩展程序,该扩展的主要功能是“Check whether servers are online or not and get notified via Notification Popups”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Server Monitoring扩展crx文件

下载Server Monitoring扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Server Monitoring is a simple to use Chrome Extension that monitors your server. All checks are mare completely on the client-side (in your browser) via JavaScript. 

Checks are made every ten seconds. 

If a server is not reachable for five times, you will receive a notification popup.

Enjoy and feel free to contact me for bugs or improvement ideas.                    

扩展基本信息

名称 Server Monitoring Server Monitoring
ID dcfclloijmpaechbnkbkcgfpakhjmoog
官方URL https://chrome.google.com/webstore/detail/server-monitoring/dcfclloijmpaechbnkbkcgfpakhjmoog
简介 Check whether servers are online or not and get notified via Notification Popups
文件大小 929 KB
安装次数 81
当前版本 1.1
更新时间 2014-08-06
上架时间 2014-08-06
开发者 limepix
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Server Monitoring",
    "short_name": "Server Monitoring",
    "description": "Check whether servers are online or not and get notified via Notification Popups",
    "version": "1.1",
    "permissions": [
        "webRequest",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "notifications",
        "tabs"
    ],
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/base.js",
            "js\/popup.js",
            "js\/background.js",
            "js\/moment.min.js"
        ]
    },
    "options_page": "html\/options.html",
    "browser_action": {
        "default_icon": {
            "19": "images\/logo_19.png",
            "38": "images\/logo_38.png",
            "48": "images\/logo_48.png"
        },
        "default_title": "Server Monitor",
        "default_popup": "html\/popup.html"
    }
}