London Underground status updates

London Underground disruption alerts for the Tube, Overground, TfL Rail & DLR.

London Underground status updatesとは何ですか?

London Underground status updatesはgrahamによって開発されたChromeの拡張機能で、その主な機能は「London Underground disruption alerts for the Tube, Overground, TfL Rail & DLR.」です。

拡張機能のスクリーンショット

screenshot
screenshot

London Underground status updates拡張機能のCRXファイルをダウンロード

London Underground status updates拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Get travel updates for the London Underground, Overground, TfL Rail & DLR. 

Gives details of delays or suspensions under each line. 

Configurable settings to only show status updates for the lines you want. 

Only requires access to TfL data feed (cloud.tfl.gov.uk/api.tfl.gov.uk).                    

拡張機能の基本情報

名前 London Underground status updates London Underground status updates
ID kikfibpnfanmjholkooofgfcafknbpei
公式URL https://chromewebstore.google.com/detail/london-underground-status/kikfibpnfanmjholkooofgfcafknbpei
説明 London Underground disruption alerts for the Tube, Overground, TfL Rail & DLR.
ファイルサイズ 45.39 KB
インストール数 138
現在のバージョン 3.0.1
最終更新日 2020-08-23
公開日 2017-06-19
評価 3.80/5 合計 5 レビュー
開発者 graham
Eメール [email protected]
支払い方法 free
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "London Underground status updates",
    "short_name": "Tube status",
    "version": "3.0.1",
    "manifest_version": 2,
    "description": "London Underground disruption alerts for the Tube, Overground, TfL Rail & DLR.",
    "icons": {
        "16": "images\/default.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "browser_action": {
        "default_icon": "images\/default.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "config.js",
            "helpers.js",
            "background.js"
        ]
    },
    "permissions": [
        "http:\/\/cloud.tfl.gov.uk\/",
        "http:\/\/api.tfl.gov.uk\/",
        "alarms"
    ]
}