緊急地震速報 by Extension

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

What is 緊急地震速報 by Extension?

緊急地震速報 by Extension is a Chrome extension developed by https://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

                        サービス終了について
2011年3月東日本大震災直後より、「みんなの顔文字辞典」および「flick」のサーバーを利用する形で無料で提供してまいりましたが、
Twitter APIの大幅な変更に伴い、安定したサービスの提供が難しくなりサービス終了することとなりました。

12年間ご利用ありがとうございました。


//=========================================================
// ご注意
情報源にtwitterのリアルタイムにお伝えできるようなAPIを利用し
常時接続して配信しております。
速報性や確実性の観点ではテレビ・ラジオよりも劣る部分もありますので
本拡張機能は補助的に利用することをお勧めします。

//=========================================================
// お知らせ
@mi_eqbot
twitter公式アカウント開設しました。

//=========================================================
// 変更履歴
ver 0.3.5
・表示の不具合を修正

ver 0.4.1
・長時間のスリープ状態における不具合を解消
・お知らせ音機能の追加(設定>ツール>拡張機能>緊急地震速報>オプション)

//=========================================================
// 更新方法
Google Chrome の拡張機能は自動で更新されますが、
設定アイコン > ツール > 拡張機能 > デベロッパーモード > 拡張機能を今すぐ更新
をクリックすることで最新版にすることができます。


//=========================================================
// 不正な表示が多発する場合
恐れ入りますがポップアップしたウィンドウの右上にある(スパナの)アイコンをクリックして表示を消していただければと思います


//=========================================================
// アンインストールの方法
右上設定アイコン > ツール > 拡張機能 > アンインストール
をクリック


//=========================================================
// その他
緊急地震速報 by Extensionを作った経緯、自分の意見、システム上の課題をブログに書きました http://goo.gl/m2dbI

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

Extension Basic Information

Name 緊急地震速報 by Extension 緊急地震速報 by Extension
ID pebgngldogenhmnokpncolbajkelhjba
Official URL https://chromewebstore.google.com/detail/%E7%B7%8A%E6%80%A5%E5%9C%B0%E9%9C%87%E9%80%9F%E5%A0%B1-by-extension/pebgngldogenhmnokpncolbajkelhjba
Description twitterを利用した緊急地震速報です。
File Size 182 KB
Installation Count 61,220
Current Version 0.5.18
Last Updated 2023-05-06
Publish Date 2014-06-19
Rating 4.47/5 Total 232 Ratings
Developer https://blog.justoneplanet.info
Email [email protected]
Payment Type free
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",
    "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"
    ],
    "version": "0.5.18"
}