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
官方網址 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
電子郵箱 [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"
    ]
}