Site Monitor
Monitors your websites and alerts you if any go down
什麼是Site Monitor?
Site Monitor是由https://fivemile.xyz開發的Chrome擴展程式,該擴展的主要功能是“Monitors your websites and alerts you if any go down”。
擴展截圖
下載Site Monitor擴展crx文件
下載Site Monitor擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Keep track of the health of your websites. Site Monitor Chrome Extension alerts you if your site is inaccessible for any reason. 擴展基本資訊
| 名稱 | |
| ID | cbnmlmhlmbfamcgadbenbekeijonjnjd |
| 官方網址 | https://chromewebstore.google.com/detail/site-monitor/cbnmlmhlmbfamcgadbenbekeijonjnjd |
| 簡介 | Monitors your websites and alerts you if any go down |
| 檔案大小 | 726 KB |
| 安裝次數 | 440 |
| 目前版本 | 1.0.2 |
| 更新時間 | 2017-09-29 |
| 上架時間 | 2017-09-28 |
| 評分 | 5.00/5 共 3 次評分 |
| 開發者 | https://fivemile.xyz |
| 付費類型 | free |
| 擴展官網 | http://fivemile.xyz |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Site Monitor",
"description": "Monitors your websites and alerts you if any go down",
"version": "1.0.2",
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "ok-icon.png",
"default_popup": "popup.html"
},
"permissions": [
"tabs",
"storage",
"background",
"http:\/\/*\/",
"https:\/\/*\/"
]
} | |