Simple EEW

緊急地震速報を受信して通知します。

Wat is Simple EEW?

Simple EEW is een Chrome-extensie ontwikkeld door なりかくん, en de belangrijkste functie is "緊急地震速報を受信して通知します。".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Simple EEW

Download Simple EEW-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        緊急地震速報を受信して即座に通知を行います。
外部APIを利用しているため、APIが正常に動いていない場合はこの拡張機能も動作しません。                    

Basisinformatie over de Extensie

Naam Simple EEW Simple EEW
ID aagoeiejpfboofigmlcmajplbhijengc
Officiële URL https://chrome.google.com/webstore/detail/simple-eew/aagoeiejpfboofigmlcmajplbhijengc
Beschrijving 緊急地震速報を受信して通知します。
Bestandsgrootte 19.84 KB
Aantal Installaties 54
Huidige Versie 1.0.0.0
Laatst Bijgewerkt 2020-09-01
Publicatiedatum 2020-09-01
Ontwikkelaar なりかくん
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://narikakun.net/privacy
Ondersteunde Talen 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"
    ]
}