強震モニタ Extension
強震モニタを常時監視し、地震を検出するとアラームを出してお知らせします。
What is 強震モニタ Extension?
強震モニタ Extension is a Chrome extension developed by minamix86, and its main feature is "強震モニタを常時監視し、地震を検出するとアラームを出してお知らせします。".
Extension Screenshots
Download 強震モニタ Extension Extension CRX File
Download 強震モニタ Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
インストールすると常駐して強震モニタを自動監視します。 強震モニタのウィンドウやChromeを閉じていても常駐を継続します。 震度0などの人間が感じない地震でも検知・お知らせが可能です。 自動監視中に地震と思われる状況を検知したり、緊急地震速報を受信すると、 (1) 強震モニタを自動的にポップアップ表示 (2) アラーム音の鳴動 (3) 地域と震度を音声通知 (4) デスクトップ通知を表示 (5) Twitterへの自動ツイート してお知らせします。それぞれ個別にON/OFF設定できます。 Androidアプリ版(強震モニタEx)も公開しました。
Extension Basic Information
Name | 強震モニタ Extension |
ID | ghkclpkmplddbagagffmmcmdbgjecbbj |
Official URL | https://chromewebstore.google.com/detail/%E5%BC%B7%E9%9C%87%E3%83%A2%E3%83%8B%E3%82%BF-extension/ghkclpkmplddbagagffmmcmdbgjecbbj |
Description | 強震モニタを常時監視し、地震を検出するとアラームを出してお知らせします。 |
File Size | 224 KB |
Installation Count | 37,374 |
Current Version | 2019.10.10.0 |
Last Updated | 2019-10-09 |
Publish Date | 2019-10-09 |
Rating | 4.35/5 Total 146 Ratings |
Developer | minamix86 |
Payment Type | free |
Extension Website | http://kyomoniex.web.fc2.com/ |
Help Page URL | http://bultar.bbs.fc2.com/ |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "browser_action": { "default_icon": "img\/icon19.png" }, "name": "\u5f37\u9707\u30e2\u30cb\u30bf Extension", "description": "\u5f37\u9707\u30e2\u30cb\u30bf\u3092\u5e38\u6642\u76e3\u8996\u3057\u3001\u5730\u9707\u3092\u691c\u51fa\u3059\u308b\u3068\u30a2\u30e9\u30fc\u30e0\u3092\u51fa\u3057\u3066\u304a\u77e5\u3089\u305b\u3057\u307e\u3059\u3002", "icons": { "128": "img\/icon128.png", "64": "img\/icon64.png", "48": "img\/icon48.png", "32": "img\/icon32.png", "19": "img\/icon19.png", "16": "img\/icon16.png" }, "background": { "page": "background.html", "persistent": true }, "permissions": [ "http:\/\/realtime-earthquake-monitor.appspot.com\/*", "http:\/\/realtime-earthquake-monitor.bosai.go.jp\/*", "http:\/\/www.kmoni.bosai.go.jp\/*", "http:\/\/api.twitter.com\/1.1\/*", "http:\/\/*\/", "https:\/\/api.twitter.com\/oauth\/request_token", "https:\/\/api.twitter.com\/oauth\/authorize", "https:\/\/api.twitter.com\/oauth\/access_token", "https:\/\/stream.twitter.com\/1.1\/*", "background", "notifications", "tabs", "tts", "gcm", "geolocation" ], "web_accessible_resources": [ "img\/icon32.png", "img\/base_map_black.png", "img\/base_map_white.png", "img\/basemap_new_black.png", "img\/basemap_new_white.png", "img\/dummy.gif", "img\/nied_acmap_s_scale_black.png", "img\/nied_acmap_s_scale_white.png", "img\/right_arrow.png", "img\/left_arrow.png", "img\/plot_wave_icbox.png", "sound\/alarm15.wav", "kyoshinmonitor.html", "chrome_ex_oauth.html", "logwin.html", "restart.html", "data\/sitepub_all_utf8.csv" ], "homepage_url": "http:\/\/kyomoniex.web.fc2.com\/", "version": "2019.10.10.0" } |