London Underground status updates

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

Hvad er London Underground status updates?

London Underground status updates er en Chrome-udvidelse udviklet af graham, og dens hovedfunktion er "London Underground disruption alerts for the Tube, Overground, TfL Rail & DLR.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download London Underground status updates-udvidelses-CRX-fil

Download London Underground status updates-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn London Underground status updates London Underground status updates
ID kikfibpnfanmjholkooofgfcafknbpei
Officiel URL https://chromewebstore.google.com/detail/london-underground-status/kikfibpnfanmjholkooofgfcafknbpei
Beskrivelse London Underground disruption alerts for the Tube, Overground, TfL Rail & DLR.
Filstørrelse 45.39 KB
Antal Installationer 138
Nuværende Version 3.0.1
Senest Opdateret 2020-08-23
Udgivelsesdato 2017-06-19
Bedømmelse 3.80/5 Samlet 5 Bedømmelser
Udvikler graham
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    ]
}