Earthquake

地震信息速报

Wat is Earthquake?

Earthquake is een Chrome-extensie ontwikkeld door diabloSin, en de belangrijkste functie is "地震信息速报".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Earthquake

Download Earthquake-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

                        提供实时地震信息速报,数据来源默认为中国地震台网中心(CEIC),可在选项选择美国地质勘探局(USGS)数据。支持自动定时刷新及桌面提醒。
V0.1.3说明:
更新中国地震台网数据获取
V0.1.1说明:
增加数据源页面查看链接;增加设置桌面提醒震级过滤、延时关闭。
V0.1说明:
此版本为初版,仅提供初级简单的地震信息提醒。                    

Basisinformatie over de Extensie

Naam Earthquake Earthquake
ID fcpapllkmhalegbdhcnfjdmeohjndbek
Officiële URL https://chrome.google.com/webstore/detail/earthquake/fcpapllkmhalegbdhcnfjdmeohjndbek
Beschrijving 地震信息速报
Bestandsgrootte 86.93 KB
Aantal Installaties 56
Huidige Versie 0.1.3.1
Laatst Bijgewerkt 2013-07-17
Publicatiedatum 2013-07-17
Beoordeling 2.50/5 Totaal 2 Beoordelingen
Ontwikkelaar diabloSin
Betalingswijze free
Ondersteunde Talen zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Earthquake",
    "description": "\u5730\u9707\u4fe1\u606f\u901f\u62a5",
    "version": "0.1.3.1",
    "manifest_version": 2,
    "icons": {
        "128": "img\/chinazA_PNG00.ico"
    },
    "options_page": "options.html",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "notifications"
    ],
    "browser_action": {
        "default_icon": "img\/chinazA_PNG00.ico",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    }
}