Earthquake

地震信息速报

Hvad er Earthquake?

Earthquake er en Chrome-udvidelse udviklet af diabloSin, og dens hovedfunktion er "地震信息速报".

Udvidelsesskærmbilleder

screenshot

Download Earthquake-udvidelses-CRX-fil

Download Earthquake-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Earthquake Earthquake
ID fcpapllkmhalegbdhcnfjdmeohjndbek
Officiel URL https://chrome.google.com/webstore/detail/earthquake/fcpapllkmhalegbdhcnfjdmeohjndbek
Beskrivelse 地震信息速报
Filstørrelse 86.93 KB
Antal Installationer 56
Nuværende Version 0.1.3.1
Senest Opdateret 2013-07-17
Udgivelsesdato 2013-07-17
Bedømmelse 2.50/5 Samlet 2 Bedømmelser
Udvikler diabloSin
Betalingsmetode free
Understøttede Sprog 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"
    }
}