ServerPulse

ServerPulse - Monitor your server from chrome

什么是ServerPulse?

ServerPulse是由http://www.techzonemind.com开发的Chrome扩展程序,该扩展的主要功能是“ServerPulse - Monitor your server from chrome”。

扩展截图

screenshot

下载ServerPulse扩展crx文件

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

扩展使用说明

                        Please follow following steps to install server pulse on your server.

1. Download mypulse.php from http://www.techzonemind.com/serverpulse-simple-way-to-monitor-web-server-from-chrome/.
2. Move mypulse.php to server root directory.
3. Add complete url to mypulse.php to the ServerPulse                    

扩展基本信息

名称 ServerPulse ServerPulse
ID bnndhennkkpmkiieiahhnmbmhhompfij
官方URL https://chrome.google.com/webstore/detail/serverpulse/bnndhennkkpmkiieiahhnmbmhhompfij
简介 ServerPulse - Monitor your server from chrome
文件大小 376 KB
安装次数 175
当前版本 1.2
更新时间 2014-08-18
上架时间 2014-08-18
评分 5.00/5 共1次评分
开发者 http://www.techzonemind.com
付费类型 free
扩展官网 http://www.techzonemind.com/serverpulse-simple-way-to-monitor-web-server-from-chrome/
帮助页面URL http://www.techzonemind.com/serverpulse-simple-way-to-monitor-web-server-from-chrome/
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ServerPulse",
    "short_name": "Realtime Server Monitoring",
    "manifest_version": 2,
    "version": "1.2",
    "description": "ServerPulse - Monitor your server from chrome",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/*\/"
    ],
    "background": {
        "scripts": [
            ".\/js\/jquery.js",
            "eventPage.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "icons": [
            "icon.png"
        ],
        "name": "ServerPulse",
        "default_icon": "icon.png",
        "default_title": "ServerPulse",
        "default_popup": "popup.html"
    }
}