London Underground status updates

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

Cos'è London Underground status updates?

London Underground status updates è un'estensione di Chrome sviluppata da graham, e la sua funzione principale è "London Underground disruption alerts for the Tube, Overground, TfL Rail & DLR.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione London Underground status updates

Scarica i file di estensione London Underground status updates in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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).                    

Informazioni di Base sull'Estensione

Nome London Underground status updates London Underground status updates
ID kikfibpnfanmjholkooofgfcafknbpei
URL Ufficiale https://chromewebstore.google.com/detail/london-underground-status/kikfibpnfanmjholkooofgfcafknbpei
Descrizione London Underground disruption alerts for the Tube, Overground, TfL Rail & DLR.
Dimensione del File 45.39 KB
Conteggio Installazioni 138
Versione Corrente 3.0.1
Ultimo Aggiornamento 2020-08-23
Data di Pubblicazione 2017-06-19
Valutazione 3.80/5 Totale 5 Valutazioni
Sviluppatore graham
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}