Simple EEW
緊急地震速報を受信して通知します。
What is Simple EEW?
Simple EEW is a Chrome extension developed by なりかくん, and its main feature is "緊急地震速報を受信して通知します。".
Extension Screenshots
Download Simple EEW Extension CRX File
Download Simple EEW 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
緊急地震速報を受信して即座に通知を行います。 外部APIを利用しているため、APIが正常に動いていない場合はこの拡張機能も動作しません。
Extension Basic Information
Name | |
ID | aagoeiejpfboofigmlcmajplbhijengc |
Official URL | https://chrome.google.com/webstore/detail/simple-eew/aagoeiejpfboofigmlcmajplbhijengc |
Description | 緊急地震速報を受信して通知します。 |
File Size | 19.84 KB |
Installation Count | 54 |
Current Version | 1.0.0.0 |
Last Updated | 2020-09-01 |
Publish Date | 2020-09-01 |
Developer | なりかくん |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://narikakun.net/privacy |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple EEW", "version": "1.0.0.0", "description": "\u7dca\u6025\u5730\u9707\u901f\u5831\u3092\u53d7\u4fe1\u3057\u3066\u901a\u77e5\u3057\u307e\u3059\u3002", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "background", "notifications" ] } |