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 |
| 官方URL | 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:\/\/*\/"
]
} | |