ServerPulse
ServerPulse - Monitor your server from chrome
ServerPulseとは何ですか?
ServerPulseはhttp://www.techzonemind.comによって開発されたChromeの拡張機能で、その主な機能は「ServerPulse - Monitor your server from chrome」です。
拡張機能のスクリーンショット
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 拡張機能の基本情報
| 名前 | |
| 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"
}
} | |