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.
拡張機能の基本情報
名前 | Site Monitor |
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:\/\/*\/" ] } |