緊急地震速報 by Extension β

twitterを利用した緊急地震速報です。

What is 緊急地震速報 by Extension β?

緊急地震速報 by Extension β is a Chrome extension developed by http://blog.justoneplanet.info, and its main feature is "twitterを利用した緊急地震速報です。".

Extension Screenshots

screenshot
screenshot

Download 緊急地震速報 by Extension β Extension CRX File

Download 緊急地震速報 by 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

                        【重要】
ベータ(テスト)版です。
テストに御理解いただける方のバージョンです。

【正式版】
※正式版は以下のURLにございます。
https://chrome.google.com/extensions/detail/pebgngldogenhmnokpncolbajkelhjba

【詳細】
震源地の位置が地図に反映されるバージョンです。
0.7.6よりGeolocationを利用してお知らせの範囲指定ができるようになりました。
Chrome 14以降のクライアントから接続できるようになりました。

【WebSocketサーバについて】
WebSocket-Node
https://github.com/Worlize/WebSocket-Node
こちらの作者さんにご協力頂きました!                    

Extension Basic Information

Name 緊急地震速報 by Extension β 緊急地震速報 by Extension β
ID bcglkbdnloineibninnnofdaahgmjfme
Official URL https://chrome.google.com/webstore/detail/%E7%B7%8A%E6%80%A5%E5%9C%B0%E9%9C%87%E9%80%9F%E5%A0%B1-by-extension-%CE%B2/bcglkbdnloineibninnnofdaahgmjfme
Description twitterを利用した緊急地震速報です。
File Size 182 KB
Installation Count 3,000
Current Version 0.7.15
Last Updated 2014-06-19
Publish Date 2014-06-19
Rating 4.29/5 Total 38 Ratings
Developer http://blog.justoneplanet.info
Email [email protected]
Payment Type free
Extension Website http://blog.justoneplanet.info
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u7dca\u6025\u5730\u9707\u901f\u5831 by Extension \u03b2",
    "options_page": "options.html",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_title": "\u8a2d\u5b9a",
        "default_icon": "icon16.png",
        "default_popup": "options.html"
    },
    "description": "twitter\u3092\u5229\u7528\u3057\u305f\u7dca\u6025\u5730\u9707\u901f\u5831\u3067\u3059\u3002",
    "icons": {
        "128": "icon.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "background",
        "notifications",
        "geolocation"
    ],
    "version": "0.7.15"
}