London Underground status updates
London Underground disruption alerts for the Tube, Overground, TfL Rail & DLR.
Co je London Underground status updates?
London Underground status updates je rozšíření Chrome vyvinuté graham, a jeho hlavní funkcí je „London Underground disruption alerts for the Tube, Overground, TfL Rail & DLR.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření London Underground status updates
Stáhněte si soubory rozšíření London Underground status updates ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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).
Základní Informace o Rozšíření
Název | London Underground status updates |
ID | kikfibpnfanmjholkooofgfcafknbpei |
Oficiální URL | https://chromewebstore.google.com/detail/london-underground-status/kikfibpnfanmjholkooofgfcafknbpei |
Popis | London Underground disruption alerts for the Tube, Overground, TfL Rail & DLR. |
Velikost souboru | 45.39 KB |
Počet instalací | 138 |
Aktuální Verze | 3.0.1 |
Poslední Aktualizace | 2020-08-23 |
Datum Vydání | 2017-06-19 |
Hodnocení | 3.80/5 Celkem 5 Hodnocení |
Vývojář | graham |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" ] } |