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”。
擴展截圖
下載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.
擴展基本資訊
名稱 | |
ID | dcfclloijmpaechbnkbkcgfpakhjmoog |
官方網址 | 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" } } |